diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /editors | |
parent | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff) | |
download | ports-0874a464094102ad4dc553e7db14969221c7cf95.tar.gz ports-0874a464094102ad4dc553e7db14969221c7cf95.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit2/Makefile | 8 | ||||
-rw-r--r-- | editors/ghex2/Makefile | 6 |
2 files changed, 3 insertions, 11 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 479a64335fc6..73de69fe174b 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -16,10 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A small but powerful text editor for Gnome 2.0 Desktop Environment -LIB_DEPENDS= gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ - gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - eel-2.4:${PORTSDIR}/x11-toolkits/eel2 \ - pspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell WRKSRC= ${WRKDIR}/gedit-${PORTVERSION} @@ -28,10 +25,9 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui eel2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gedit.1 diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index 7b1a273669d5..859c66ef4aec 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -16,14 +16,10 @@ 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_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack gail libgnomeprintui libgnomeui USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |