aboutsummaryrefslogtreecommitdiff
path: root/net-im/gnomeicu/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-20 12:17:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-20 12:17:07 +0000
commit2bad28a773e68986003f12fc9e02a3984ccf9cf5 (patch)
tree39369a6e5d268475a3f22405ec99d00605463e3b /net-im/gnomeicu/Makefile
parent7e7225f4ba8f3147b1266dfb6257c9cd9a17d530 (diff)
downloadports-2bad28a773e68986003f12fc9e02a3984ccf9cf5.tar.gz
ports-2bad28a773e68986003f12fc9e02a3984ccf9cf5.zip
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=63271
Diffstat (limited to 'net-im/gnomeicu/Makefile')
-rw-r--r--net-im/gnomeicu/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile
index d644bb798a01..74984aba434e 100644
--- a/net-im/gnomeicu/Makefile
+++ b/net-im/gnomeicu/Makefile
@@ -18,7 +18,8 @@ BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack libglade libpanel gdkpixbuf
GNU_CONFIGURE= yes
USE_GMAKE= yes
.if defined(WITH_DANTE)
@@ -44,11 +45,8 @@ CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS}"
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>