diff options
author | joerg <joerg@pkgsrc.org> | 2007-05-25 22:57:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-05-25 22:57:34 +0000 |
commit | 6a21c32dae7085961b5a292070d32f37d69107a9 (patch) | |
tree | b46325d07445d2250b17b242607c6cb9fb36af0b /graphics | |
parent | e0c0989b2e73953d82afcecb45cc76efe30c35d4 (diff) | |
download | pkgsrc-6a21c32dae7085961b5a292070d32f37d69107a9.tar.gz |
Follow rename of PKG_BUILD_OPTION for gtk2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile index 278409d77e4..4696bd5a2df 100644 --- a/graphics/gimp24/Makefile +++ b/graphics/gimp24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/04/30 13:34:03 adam Exp $ +# $NetBSD: Makefile,v 1.41 2007/05/25 22:57:34 joerg Exp $ DISTNAME= gimp-2.3.16 CATEGORIES= graphics @@ -70,7 +70,7 @@ PLIST_SUBST+= TWAIN="@comment " .include "../../print/gimp-print-lib/buildlink3.mk" .include "../../www/libgtkhtml/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.if empty(PKG_BUILD_OPTIONS.gtk2+:Mx11) +.if empty(PKG_BUILD_OPTIONS.gtk2:Mx11) PLIST_SUBST+= REMOTE="@comment " .else PLIST_SUBST+= REMOTE="" |