summaryrefslogtreecommitdiffstats
path: root/misc/gnomeuserdocs
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-15 16:18:40 +0000
committersobomax <sobomax@FreeBSD.org>2002-07-15 16:18:40 +0000
commita09eac38dd5143ee19249f0f5b57fea0f3fa12f1 (patch)
treef7b85a161f501336f7eea8d8780bcc7b7241ff3e /misc/gnomeuserdocs
parent95782d90645f32a82af733ae354897bee3fe06bf (diff)
downloadFreeBSD-ports-a09eac38dd5143ee19249f0f5b57fea0f3fa12f1.zip
FreeBSD-ports-a09eac38dd5143ee19249f0f5b57fea0f3fa12f1.tar.gz
Use USE_GNOMENG.
Diffstat (limited to 'misc/gnomeuserdocs')
-rw-r--r--misc/gnomeuserdocs/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/gnomeuserdocs/Makefile b/misc/gnomeuserdocs/Makefile
index 28683f5..3273510 100644
--- a/misc/gnomeuserdocs/Makefile
+++ b/misc/gnomeuserdocs/Makefile
@@ -14,16 +14,13 @@ DISTNAME= gnome-user-docs-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
+BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier
GNU_CONFIGURE= yes
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
.include <bsd.port.mk>
OpenPOWER on IntegriCloud