diff options
author | joerg <joerg> | 2007-02-06 18:30:26 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-06 18:30:26 +0000 |
commit | d7cc3c2bd86e8024715a0f73ae19f1fc3cc486db (patch) | |
tree | e5ec4e4dd15cffceeafba842096c0eab3221f282 /fonts/ja-shinonome | |
parent | f26bfa0018c173754af1bc6834dec9362aa3dc61 (diff) | |
download | pkgsrc-d7cc3c2bd86e8024715a0f73ae19f1fc3cc486db.tar.gz |
Modular Xorg support.
Diffstat (limited to 'fonts/ja-shinonome')
-rw-r--r-- | fonts/ja-shinonome/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/ja-shinonome/Makefile b/fonts/ja-shinonome/Makefile index 16b30ef0135..23f9a883b1c 100644 --- a/fonts/ja-shinonome/Makefile +++ b/fonts/ja-shinonome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/05/18 14:55:21 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2007/02/06 18:31:48 joerg Exp $ # DISTNAME= shinonome-0.9.10-src @@ -29,8 +29,6 @@ CONFIGURE_ARGS+= --disable-progressbar CONFIGURE_ARGS+= --with-foundry=${FOUNDRY:Q} -.include "../../mk/x11.buildlink3.mk" - do-install: cd ${WRKSRC}; \ ${MAKE_PROGRAM} install; \ |