aboutsummaryrefslogtreecommitdiff
path: root/net/netspeed_applet/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-22 22:49:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-22 22:49:19 +0000
commit58aafa0a245223e803fdc3519ee5f6d517f6430a (patch)
tree3ce8fb1429011b2b34b3944ccc3b14a11a2309ba /net/netspeed_applet/Makefile
parentbdb72f40e1ce1863242a4d77ee1942356a8d133a (diff)
downloadports-58aafa0a245223e803fdc3519ee5f6d517f6430a.tar.gz
ports-58aafa0a245223e803fdc3519ee5f6d517f6430a.zip
* Use intlhack
* Remove any reference to *_DISABLE_DEPRECATED so this will build with GNOME 2.5
Notes
Notes: svn path=/head/; revision=98847
Diffstat (limited to 'net/netspeed_applet/Makefile')
-rw-r--r--net/netspeed_applet/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile
index 2d604646a8b9..0e49c7d46ef2 100644
--- a/net/netspeed_applet/Makefile
+++ b/net/netspeed_applet/Makefile
@@ -17,14 +17,13 @@ LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel
+USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
- s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";|'
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ "s/-D.*_DISABLE_DEPRECATED//g"
.include <bsd.port.mk>