summaryrefslogtreecommitdiffstats
path: root/x11/gnome-applets/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 23:40:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 23:40:10 +0800
commit9267d42698f71521a99cecb8e8de26dbde87132c (patch)
tree8569de81c442e9cef1d2f5c8e74c21ada73e5944 /x11/gnome-applets/Makefile
parent2f725bd9b49784de58b3e0dc6307ed07ed7c438d (diff)
downloadmarcuscom-ports-9267d42698f71521a99cecb8e8de26dbde87132c.tar
marcuscom-ports-9267d42698f71521a99cecb8e8de26dbde87132c.tar.gz
marcuscom-ports-9267d42698f71521a99cecb8e8de26dbde87132c.tar.bz2
marcuscom-ports-9267d42698f71521a99cecb8e8de26dbde87132c.tar.lz
marcuscom-ports-9267d42698f71521a99cecb8e8de26dbde87132c.tar.xz
marcuscom-ports-9267d42698f71521a99cecb8e8de26dbde87132c.tar.zst
marcuscom-ports-9267d42698f71521a99cecb8e8de26dbde87132c.zip
Update to 2.21.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10072 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r--x11/gnome-applets/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index 3817c7de5..a9f40d455 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-applets/Makefile,v 1.167 2007/11/13 06:33:41 marcus Exp $
+# $MCom: ports/x11/gnome-applets/Makefile,v 1.168 2007/12/26 23:00:24 kwm Exp $
#
PORTNAME= gnome-applets
-PORTVERSION= 2.21.2
+PORTVERSION= 2.21.3
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -19,6 +19,7 @@ COMMENT= Applets components for the GNOME 2 Desktop Environment
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \
${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
+ gweather.0:${PORTSDIR}/net/libgweather \
xklavier.11:${PORTSDIR}/x11/libxklavier \
gucharmap.6:${PORTSDIR}/deskutils/gucharmap
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \
@@ -44,8 +45,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
OS_SYS="/usr/include"
GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \
- gweather.schemas mixer.schemas multiload.schemas \
- stickynotes.schemas
+ mixer.schemas multiload.schemas stickynotes.schemas
OPTIONS= MINI_COMMANDER "Enable mini-commander applet" off
@@ -95,8 +95,6 @@ PLIST_SUB+= PYTHON="@comment "
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \
- ${WRKSRC}/libgweather/weather-met.c
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|" == "|" = "|g'
.if !defined(USE_PYTHON)