diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-27 11:32:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-27 11:32:16 +0000 |
commit | 2f50973f878d45a14efb565f6b1f3a648dd98bef (patch) | |
tree | 888c9a34eb125615a199849275d3218509758044 /print | |
parent | a153925522b11e9c67c05caf70f6d4ee18c8247a (diff) | |
download | pkgsrc-2f50973f878d45a14efb565f6b1f3a648dd98bef.tar.gz |
nd include Makefile.common again.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-agpl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index 4aebcd6b051..7c48241f266 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/10/27 11:06:01 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2016/10/27 11:32:16 wiz Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} @@ -13,6 +13,8 @@ LICENSE= gnu-agpl-v3 DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts +.include "Makefile.common" + USE_LANGUAGES= c c++ USE_TOOLS+= gmake perl:run lex pkg-config GNU_CONFIGURE= yes |