diff options
author | taca <taca@pkgsrc.org> | 2011-08-31 13:37:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-31 13:37:10 +0000 |
commit | 332bc127d3b2bc050c6eac40fe9547862da6ee5f (patch) | |
tree | 28df39ae7b6e4887936484a307486173d4b8325e | |
parent | 4c6ff477556359b349d4e76adbe9537fcb8d7107 (diff) | |
download | pkgsrc-332bc127d3b2bc050c6eac40fe9547862da6ee5f.tar.gz |
No need to include "../../mk/bsd.prefs.mk" since there is no conditional
any more.
No functional change.
-rw-r--r-- | graphics/magicpoint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 7beeab955f8..e410b6a37c3 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2011/08/20 14:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2011/08/31 13:37:10 taca Exp $ DISTNAME= magicpoint-1.13a PKGREVISION= 8 @@ -73,8 +73,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${DESTDIR}${PREFIX}/${EGDIR} .endfor -.include "../../mk/bsd.prefs.mk" - .include "../../mk/giflib.buildlink3.mk" .include "../../graphics/mng/buildlink3.mk" .include "../../graphics/netpbm/buildlink3.mk" |