diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-23 06:49:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-23 06:49:19 +0800 |
commit | 1156ebce4b1831d8093dfec33612ed6a314d42f2 (patch) | |
tree | 1fc0f4679641b7c4775b70c5fda840188eb78211 /net | |
parent | 38ba9d61959b98eb09f98a907216d70cdf81680d (diff) | |
download | freebsd-ports-gnome-1156ebce4b1831d8093dfec33612ed6a314d42f2.tar.gz freebsd-ports-gnome-1156ebce4b1831d8093dfec33612ed6a314d42f2.tar.zst freebsd-ports-gnome-1156ebce4b1831d8093dfec33612ed6a314d42f2.zip |
* Use intlhack
* Remove any reference to *_DISABLE_DEPRECATED so this will build with
GNOME 2.5
Diffstat (limited to 'net')
-rw-r--r-- | net/netspeed_applet/Makefile | 7 |
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> |