diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-11 18:51:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-11 18:51:16 +0000 |
commit | afe80fa8ad404374bf15ecfdfea51d1d6764f3c7 (patch) | |
tree | 4a41c3d09f6512798eec6c2c54dd7e17eb493532 /news/pan2 | |
parent | - Use USE_GNOMENG; (diff) |
Another USE_GNOMENG vict^Wuser. This port get very impressive benefit from
GNOMENG - lenght of dependency chain was almost halved - from 56 packages
to only 32.
Notes
Notes:
svn path=/head/; revision=62830
Diffstat (limited to '')
-rw-r--r-- | news/pan2/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index 46550f149b5b..cfd80541ea4f 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -20,18 +20,16 @@ MAINTAINER= gnome@FreeBSD.org USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat" CONFIGURE_ARGS= --enable-html CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|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> |