diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 18:05:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 18:05:44 +0000 |
commit | aa1f51813738bbec80f01fd500b58e6a35ae1b6e (patch) | |
tree | ff8cd4aa47c7bb1441f87ad972e5d72230bb2a13 | |
parent | 4ace91330351be0328cdf92580ad00649cf596ae (diff) | |
download | pkgsrc-aa1f51813738bbec80f01fd500b58e6a35ae1b6e.tar.gz |
remove duplicate include line
-rw-r--r-- | databases/luma/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/luma/Makefile b/databases/luma/Makefile index bd543406972..2b1951d5bcd 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/03/09 12:34:05 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/04/08 18:05:44 wiz Exp $ DISTNAME= luma-2.3 PKGREVISION= 8 @@ -36,5 +36,4 @@ do-install: # If it is, then remove this comment. If it is not, then remove # this comment and the line below, and bump PKGREVISION. #BUILDLINK_DEPMETHOD.qt3-tools= full -.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |