summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r--x11/gnome-libs/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index efabf6c08c90..af752928b7b3 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,15 +1,17 @@
# New ports collection makefile for: gnomelibs
-# Version required: 0.99.1
+# Version required: 0.99.2
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.21 1999/01/04 08:43:06 vanilla Exp $
+# $Id: Makefile,v 1.22 1999/01/05 02:23:53 vanilla Exp $
#
-DISTNAME= gnome-libs-0.99.1
-PKGNAME= gnomelibs-0.99.1
+DISTNAME= gnome-libs-0.99.2
+PKGNAME= gnomelibs-0.99.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
+ ftp://ftp.geo.net/pub/gnome/sources/ \
+ ftp://gnomeftp.wgn.net/pub/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= Nakai@technologist.com
@@ -27,6 +29,11 @@ LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib \
esd.1:${PORTSDIR}/audio/esound
USE_X_PREFIX= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} <= 300000
+USE_PERL5= yes
+.endif
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
@@ -45,4 +52,4 @@ pre-build:
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>