diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-12 20:50:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-12 20:50:56 +0000 |
commit | 537974e157ce90b7cc660ae2c7d53243d099597e (patch) | |
tree | 4e565c4429b1cc91ebb82b65ab30f27949c64a52 /lang/pnetlib-nox11/Makefile | |
parent | 694478afb83ce4e38b99df1ea480e65f5e969ee2 (diff) | |
download | pkgsrc-537974e157ce90b7cc660ae2c7d53243d099597e.tar.gz |
libXsharpSupport.la is always installed, but a stub lib in the -nox11
case. Remove PLIST_SUBST code now unused. Add build dependency on treecc.
Bump revision of pnetlib-nox11, since the PLIST changed.
Diffstat (limited to 'lang/pnetlib-nox11/Makefile')
-rw-r--r-- | lang/pnetlib-nox11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/pnetlib-nox11/Makefile b/lang/pnetlib-nox11/Makefile index cdcb494c6a1..10cc60a51c0 100644 --- a/lang/pnetlib-nox11/Makefile +++ b/lang/pnetlib-nox11/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:47 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/04/12 20:50:56 joerg Exp $ # .include "${.CURDIR}/../pnetlib/Makefile.common" PKGNAME= ${DISTNAME:S/-/-nox11-/} -PKGREVISION= 1 +PKGREVISION= 2 CONFIGURE_ARGS+= --without-x -PLIST_SUBST+= WITH_X11="@comment " CONFLICTS= pnetlib-[0-9]* .include "../../mk/bsd.pkg.mk" |