From c0cb2b3f2a3514a5836e9c5dc65c67b018cd9fd8 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 22 Dec 1998 07:56:14 +0000 Subject: Mark this broken, it includes a perl script that requires perl5. Someone please fix it to use ${PERL5} and add USE_PERL5. --- Making all in gtk cd . && perl makeenums.pl defs gtk.h gtkaccelgroup.h : syntax error in file makeenums.pl at line 5, next 2 tokens "my $flags" --- x11-toolkits/gtk12/Makefile | 10 ++++++++-- x11-toolkits/gtk13/Makefile | 10 ++++++++-- x11-toolkits/gtk20/Makefile | 10 ++++++++-- x11-toolkits/gtk30/Makefile | 10 ++++++++-- 4 files changed, 32 insertions(+), 8 deletions(-) (limited to 'x11-toolkits') 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 # -# $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 + +.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 +.include diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index 14026a6f9315..5de06469205a 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu # -# $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 + +.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 +.include diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 14026a6f9315..5de06469205a 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu # -# $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 + +.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 +.include diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 14026a6f9315..5de06469205a 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu # -# $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 + +.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 +.include -- cgit v1.2.3