diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-17 06:40:31 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-17 06:40:31 +0000 |
commit | d19b173d0aa36aeb37d55f254493302fd32c9569 (patch) | |
tree | 0b1afe96c8ff63518e31e733045dc3ead2c55a68 /ftp/pureadmin/Makefile | |
parent | 10798cb86cbd1d7bd41e3fb2656c4e855006a117 (diff) |
Notes
Diffstat (limited to 'ftp/pureadmin/Makefile')
-rw-r--r-- | ftp/pureadmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile index ba1453850765..be75c13368d3 100644 --- a/ftp/pureadmin/Makefile +++ b/ftp/pureadmin/Makefile @@ -18,7 +18,8 @@ COMMENT= Management utility for the PureFTPd LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam -USE_GNOME= gnomehack pkgconfig gtk20 +USE_GNOME= gnomeprefix gnomehack pkgconfig gtk20 +USE_X_PREFIX= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |