diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 15:30:39 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 15:30:39 +0800 |
commit | 6fc67f324ca31c3835ac35455eb9688305d9cbf9 (patch) | |
tree | 49640f7d78f1bc4c79aae11901e395e99f933601 /editors | |
parent | 319a9d8e3d9c0674e82f917a4b6130b6c46952e7 (diff) | |
download | marcuscom-ports-6fc67f324ca31c3835ac35455eb9688305d9cbf9.tar marcuscom-ports-6fc67f324ca31c3835ac35455eb9688305d9cbf9.tar.gz marcuscom-ports-6fc67f324ca31c3835ac35455eb9688305d9cbf9.tar.bz2 marcuscom-ports-6fc67f324ca31c3835ac35455eb9688305d9cbf9.tar.lz marcuscom-ports-6fc67f324ca31c3835ac35455eb9688305d9cbf9.tar.xz marcuscom-ports-6fc67f324ca31c3835ac35455eb9688305d9cbf9.tar.zst marcuscom-ports-6fc67f324ca31c3835ac35455eb9688305d9cbf9.zip |
Goodbye GNOMENG, hello new infrastructure.
Thanks for the reminder, Joe.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@598 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-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" |