diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-14 07:06:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-14 07:06:16 +0800 |
commit | e5c9d937959c318b53822f2743d426f5b86a23d8 (patch) | |
tree | 20800e9b12abdf6105a2e7014b307fb7a486f020 /x11/gnome-applets | |
parent | cbc118058f2283ffff8ddaf47470dce2720a4fcf (diff) | |
download | marcuscom-ports-e5c9d937959c318b53822f2743d426f5b86a23d8.tar marcuscom-ports-e5c9d937959c318b53822f2743d426f5b86a23d8.tar.gz marcuscom-ports-e5c9d937959c318b53822f2743d426f5b86a23d8.tar.bz2 marcuscom-ports-e5c9d937959c318b53822f2743d426f5b86a23d8.tar.lz marcuscom-ports-e5c9d937959c318b53822f2743d426f5b86a23d8.tar.xz marcuscom-ports-e5c9d937959c318b53822f2743d426f5b86a23d8.tar.zst marcuscom-ports-e5c9d937959c318b53822f2743d426f5b86a23d8.zip |
The system-tools-backend hack is no longer required.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index c8f107baa..2bab2f08f 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.158 2007/07/06 20:59:21 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.159 2007/07/09 22:23:31 marcus Exp $ # PORTNAME= gnome-applets PORTVERSION= 2.18.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -99,8 +99,6 @@ PLIST_SUB+= PYTHON="@comment " post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \ ${WRKSRC}/libgweather/weather-met.c - @${REINPLACE_CMD} -e 's|system-tools-backends|system-tools-backends-2.0|g' \ - ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|" == "|" = "|g' .if !defined(USE_PYTHON) |