diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-29 19:42:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-29 19:42:06 +0000 |
commit | f7d84a78a1f4e571e56928e23eeda5ee9f1b2bf5 (patch) | |
tree | 1c3533897e9b4d4d4309db545f2c265765c67859 | |
parent | c2f3265d897ebdc4d4e53c754ebf7e2d12fd8343 (diff) | |
download | pkgsrc-f7d84a78a1f4e571e56928e23eeda5ee9f1b2bf5.tar.gz |
oops, straggler.
-rw-r--r-- | lang/pnetlib-nox11/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/pnetlib-nox11/Makefile b/lang/pnetlib-nox11/Makefile deleted file mode 100644 index 13113239188..00000000000 --- a/lang/pnetlib-nox11/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2008/02/18 16:39:43 xtraeme Exp $ -# - -.include "${.CURDIR}/../pnetlib/Makefile.common" - -PKGNAME= ${DISTNAME:S/-/-nox11-/} -#PKGREVISION= 2 - -CONFIGURE_ARGS+= --without-x - -CONFLICTS= pnetlib-[0-9]* - -.include "../../mk/bsd.pkg.mk" |