summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomesystemtools/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-13 15:39:31 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-13 15:39:31 +0800
commit1c0e2336032ff74bb885c8daf05951b39b2ac6c4 (patch)
treec2e200ede1a490819ef835c7e21cca9c809255d0 /sysutils/gnomesystemtools/Makefile
parent77197ce61adc236b1487b9b0b64e6d28cb0c747f (diff)
downloadmarcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.tar
marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.tar.gz
marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.tar.bz2
marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.tar.lz
marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.tar.xz
marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.tar.zst
marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.zip
Update to 1.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3422 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomesystemtools/Makefile')
-rw-r--r--sysutils/gnomesystemtools/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/gnomesystemtools/Makefile b/sysutils/gnomesystemtools/Makefile
index 99fb047e9..71c50a408 100644
--- a/sysutils/gnomesystemtools/Makefile
+++ b/sysutils/gnomesystemtools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomesystemtools
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.4
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-tools/1.1
@@ -25,7 +25,6 @@ USE_LIBTOOL_VER=15
INSTALLS_OMF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-boot
GCONF_SCHEMAS= gnome-system-tools.schemas
@@ -35,10 +34,13 @@ GCONF_SCHEMAS= gnome-system-tools.schemas
CONFIGURE_ARGS+= --enable-services
PLIST_SUB+= SERVICES=""
.else
-CONFIGURE_ARGS+= --disable-services
PLIST_SUB+= SERVICES="@comment "
.endif
+.if ${PERL_LEVEL} <= 500800
+RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+.endif
+
.if ${PERL_LEVEL} < 500600
post-configure:
@${FIND} ${WRKSRC}/backends \( -name "*.pl" -or -name "*-conf" \) | \