diff options
-rw-r--r-- | editors/ghex2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index cc743e0aa..03937e27b 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -16,17 +16,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 hex editor -LIB_DEPENDS= gailutil.17:${PORTSDIR}/x11-toolkits/gail \ - gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ - gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack -USE_LIBTOOL= yes USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack gail libgnomeprintui libgnomeui +USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |