diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:38:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:38:43 +0000 |
commit | f5f0ec5b2ca04829599e54dd994a5140b5d5b71a (patch) | |
tree | 520a4db9ca23f0c7286d3381011f447d250f369f /x11/rxvt-unicode | |
parent | 162e0d282170e5a1bd58985161eac005ac329560 (diff) | |
download | ports-f5f0ec5b2ca04829599e54dd994a5140b5d5b71a.tar.gz ports-f5f0ec5b2ca04829599e54dd994a5140b5d5b71a.zip |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 02dc02085a0e..e3cd9756f949 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= tic:${PORTSDIR}/devel/ncurses \ RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses -USE_GNOME= pkgconfig +USES= pkgconfig USE_XORG= xpm xft xrender GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |