aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnome-libs/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1999-01-07 18:45:13 +0800
committervanilla <vanilla@FreeBSD.org>1999-01-07 18:45:13 +0800
commit41b0a39e6ff43103994a6a51a9b3248f009f7a09 (patch)
tree69d2c3174bef60ee1e5d4d64b35a0bb71a980b15 /x11/gnome-libs/Makefile
parent8b48bfcafff826d377c41f138b55c13870a816e6 (diff)
downloadfreebsd-ports-gnome-41b0a39e6ff43103994a6a51a9b3248f009f7a09.tar.gz
freebsd-ports-gnome-41b0a39e6ff43103994a6a51a9b3248f009f7a09.tar.zst
freebsd-ports-gnome-41b0a39e6ff43103994a6a51a9b3248f009f7a09.zip
Upgrade to 0.99.2.
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>