diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 16:18:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 16:18:40 +0000 |
commit | 10e00cf91e8a1e6b0d2a77b2a46e5150b1a4225f (patch) | |
tree | d9797f683298f22e1ddb1a1015b7ed9a2c5869e2 /misc/gnomeuserdocs | |
parent | 7924c129654065c79f6d26ef04f6bf40be72289e (diff) |
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=62998
Diffstat (limited to 'misc/gnomeuserdocs')
-rw-r--r-- | misc/gnomeuserdocs/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/gnomeuserdocs/Makefile b/misc/gnomeuserdocs/Makefile index 28683f533acf..3273510568c9 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> |