summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-tools/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-12 03:18:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-12 03:18:20 +0800
commit78411a9babaea593fff2f7f82777f960ee6db5a9 (patch)
tree7bf7bb08707193fb82d55efffd50c2a6a75a02dc /sysutils/gnome-system-tools/Makefile
parentec19cca1fbf52a01d17e711050643cde249f3486 (diff)
downloadmarcuscom-ports-78411a9babaea593fff2f7f82777f960ee6db5a9.tar.gz
marcuscom-ports-78411a9babaea593fff2f7f82777f960ee6db5a9.tar.zst
marcuscom-ports-78411a9babaea593fff2f7f82777f960ee6db5a9.zip
Update to 1.1.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3633 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r--sysutils/gnome-system-tools/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile
index 882720f1b..dd5e1f5b2 100644
--- a/sysutils/gnome-system-tools/Makefile
+++ b/sysutils/gnome-system-tools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomesystemtools
-PORTVERSION= 1.1.90
+PORTVERSION= 1.1.91
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-tools/1.1
@@ -16,9 +16,11 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Tools to configure workstations
+BUILD_DEPENDS= ${X11BASE}/share/setup-tool-backends/scripts/xml.pl:${PORTSDIR}/sysutils/system-tools-backends
+RUN_DEPENDS= ${X11BASE}/share/setup-tool-backends/scripts/xml.pl:${PORTSDIR}/sysutils/system-tools-backends
+
USE_BZIP2= yes
USE_GMAKE= yes
-USE_PERL5= yes
USE_X_PREFIX= yes
GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack nautilus2
@@ -38,14 +40,4 @@ PLIST_SUB+= 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" \) | \
- ${XARGS} ${REINPLACE_CMD} -e 's|@scriptsdir|[@]scriptsdir|g'
-.endif
-
.include <bsd.port.post.mk>