diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 17:20:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 17:20:41 +0000 |
commit | 6a68b75651ab3aae65692859f1407cf5c9cee3c7 (patch) | |
tree | 4b5807d040f4485c9d2ac7b472496dedd2ffa58f /print | |
parent | 6aed03b0eab88e3b3779ea3e10115c9666709c31 (diff) | |
download | pkgsrc-6a68b75651ab3aae65692859f1407cf5c9cee3c7.tar.gz |
meta-packages don't need to include x11.b3.mk.
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-vflib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ja-vflib/Makefile b/print/ja-vflib/Makefile index fed94c93428..550511ffefa 100644 --- a/print/ja-vflib/Makefile +++ b/print/ja-vflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/06 18:00:34 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/19 17:20:41 joerg Exp $ DISTNAME= ja-vflib-${VFLIB_VERSION} VFLIB_VERSION= 2.24.2nb2 @@ -21,5 +21,4 @@ NO_BUILD= yes do-install: # empty -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |