aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-27 22:58:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-27 22:58:47 +0000
commit8e9366c679c9b9dd38bace93bddb5790972bbfb7 (patch)
tree3952748e6eb49503142987d7baa17fce3b21430f /deskutils
parent11dcaeb94d2eef0d7d9590c6813495fe2ab1a5e7 (diff)
downloadports-8e9366c679c9b9dd38bace93bddb5790972bbfb7.tar.gz
ports-8e9366c679c9b9dd38bace93bddb5790972bbfb7.zip
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=63637
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/genius/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile
index 14ca8c55ea76..b69a4ae04ebb 100644
--- a/deskutils/genius/Makefile
+++ b/deskutils/genius/Makefile
@@ -15,16 +15,14 @@ MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-pre-patch:
+post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
- 's|\$$(datadir)/gnome/|\$$(datadir)/|g ; \
- s|\$$(datadir)/locale|\$$(prefix)/share/locale|g'
.include <bsd.port.mk>