We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd162f1 commit effc3afCopy full SHA for effc3af
1 file changed
x11/xterm/Makefile
@@ -16,7 +16,7 @@ COMMENT= Terminal emulator for the X Window System
16
LICENSE= MIT
17
LICENSE_FILE= ${WRKSRC}/COPYING
18
19
-USES= cpe ncurses tar:tgz xorg
+USES= cpe localbase ncurses tar:tgz xorg
20
USE_XORG= xft xmu xt x11 xext xpm ice
21
22
GNU_CONFIGURE= yes
@@ -27,9 +27,6 @@ CONFIGURE_ARGS+= --with-utempter --enable-narrowproto
27
28
CONFLICTS= x11iraf-[0-9]*
29
30
-CPPFLAGS+= -I${LOCALBASE}/include
31
-LIBS+= -L${LOCALBASE}/lib
32
-
33
ICONVERSION= 1
34
35
OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING \
0 commit comments