summaryrefslogtreecommitdiff
path: root/editors/dedit
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-01 16:25:45 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-01 16:25:45 +0000
commit8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch)
treec8de158d4ed23e4170b9cddb89d1841a59a27334 /editors/dedit
parentCorrect PLIST.perl and update Makefile to reflect recent (diff)
Updates for new shared library versions in GNOME 1.2
Notes
Notes: svn path=/head/; revision=29057
Diffstat (limited to 'editors/dedit')
-rw-r--r--editors/dedit/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile
index 3f25bc7662a6..e02a0bad0c5a 100644
--- a/editors/dedit/Makefile
+++ b/editors/dedit/Makefile
@@ -7,14 +7,14 @@
PORTNAME= dedit
PORTVERSION= 0.5.6
-CATEGORIES= editors
+CATEGORIES= editors gnome
MASTER_SITES= ftp://ftp.debian.org/debian/dists/unstable/main/source/editors/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= iconv.0:${PORTSDIR}/converters/iconv \
- gnome.3:${PORTSDIR}/x11/gnomelibs
+ gnome.4:${PORTSDIR}/x11/gnomelibs
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
WRKSRC= ${WRKDIR}/dedit-0.5.6
@@ -25,8 +25,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_AUTOCONF= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-gnome=${PREFIX}
+ --datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASSE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib -liconv"