diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:56:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:56:14 +0000 |
commit | c0cb2b3f2a3514a5836e9c5dc65c67b018cd9fd8 (patch) | |
tree | bc48f78d34e14297d6639ab6032866054751c93d /x11-toolkits/gtk12 | |
parent | 86f2ce6319c94bcb03b664ab64a3b0a688ad59d9 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtk12')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 14026a6f9315..5de06469205a 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.32 1998/12/10 14:30:28 asami Exp $ +# $Id: Makefile,v 1.33 1998/12/12 04:43:30 vanilla Exp $ # DISTNAME= gtk+-1.1.7 @@ -17,6 +17,12 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel +.include <bsd.port.pre.mk> + +.if ${OSVERSION} <= 300000 +BROKEN= requires perl5 +.endif + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ @@ -26,4 +32,4 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.mk> +.include <bsd.port.post.mk> |