diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /editors/gedit2 | |
parent | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff) | |
download | freebsd-ports-gnome-0874a464094102ad4dc553e7db14969221c7cf95.tar.gz freebsd-ports-gnome-0874a464094102ad4dc553e7db14969221c7cf95.tar.zst freebsd-ports-gnome-0874a464094102ad4dc553e7db14969221c7cf95.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'editors/gedit2')
-rw-r--r-- | editors/gedit2/Makefile | 8 |
1 files changed, 2 insertions, 6 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 |