Skip to content

Commit effc3af

Browse files
committed
Set USES=localbase instead of CPPFLAGS and LIBS
Approved by: portmgr (blanket, infrastructure changes)
1 parent fd162f1 commit effc3af

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

x11/xterm/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COMMENT= Terminal emulator for the X Window System
1616
LICENSE= MIT
1717
LICENSE_FILE= ${WRKSRC}/COPYING
1818

19-
USES= cpe ncurses tar:tgz xorg
19+
USES= cpe localbase ncurses tar:tgz xorg
2020
USE_XORG= xft xmu xt x11 xext xpm ice
2121

2222
GNU_CONFIGURE= yes
@@ -27,9 +27,6 @@ CONFIGURE_ARGS+= --with-utempter --enable-narrowproto
2727

2828
CONFLICTS= x11iraf-[0-9]*
2929

30-
CPPFLAGS+= -I${LOCALBASE}/include
31-
LIBS+= -L${LOCALBASE}/lib
32-
3330
ICONVERSION= 1
3431

3532
OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING \

0 commit comments

Comments
 (0)