diff options
author | dsainty <dsainty@pkgsrc.org> | 2013-03-24 21:10:50 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2013-03-24 21:10:50 +0000 |
commit | d689390c4f0c275c74449209366301cafae4474e (patch) | |
tree | 5b040a845f48a7ebb6e37393039a8174fabef6f1 /print/ghostscript-agpl | |
parent | 4bc3d8c8204a67c33c6732352ad451b5e9b616c7 (diff) | |
download | pkgsrc-d689390c4f0c275c74449209366301cafae4474e.tar.gz |
The PKG_BUILD_OPTIONS suffix must match the pkgbase. Make it so.
Diffstat (limited to 'print/ghostscript-agpl')
-rw-r--r-- | print/ghostscript-agpl/buildlink3.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-agpl/buildlink3.mk b/print/ghostscript-agpl/buildlink3.mk index fbe198feab0..0a0e32ad513 100644 --- a/print/ghostscript-agpl/buildlink3.mk +++ b/print/ghostscript-agpl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2013/03/16 22:25:21 dholland Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2013/03/24 21:10:50 dsainty Exp $ BUILDLINK_TREE+= ghostscript-agpl @@ -15,15 +15,15 @@ BUILDLINK_PKGSRCDIR.ghostscript-agpl?= ../../print/ghostscript-agpl pkgbase := ghostscript-agpl .include "../../mk/pkg-build-options.mk" -.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mcups) +.if !empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mcups) .include "../../print/cups/buildlink3.mk" .endif -.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mfontconfig) +.if !empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mfontconfig) .include "../../fonts/fontconfig/buildlink3.mk" .endif -.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mx11) +.if !empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mx11) .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" |