diff options
author | snj <snj> | 2004-05-05 02:26:41 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-05 02:26:41 +0000 |
commit | c11df48ef10975e360db792c4fe9b77d6d4c399c (patch) | |
tree | bf1b8da3bc055953755670ddba3d61cdc87aa00c /graphics/gimp1-data | |
parent | a77701390952a10e52a07af9dec48109c24d9a87 (diff) | |
download | pkgsrc-c11df48ef10975e360db792c4fe9b77d6d4c399c.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/gimp1-data')
-rw-r--r-- | graphics/gimp1-data/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp1-data/Makefile b/graphics/gimp1-data/Makefile index 7cf77b6ca99..f0a02d7b75b 100644 --- a/graphics/gimp1-data/Makefile +++ b/graphics/gimp1-data/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/08 07:37:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2004/05/05 02:26:41 snj Exp $ # DISTNAME= gimp-data-extras-1.2.0 @@ -16,9 +16,9 @@ COMMENT= GNU Image Manipulation Program (extra brushes and patterns) CONFLICTS+= gimp<=1.2.3 gimp>=2.0.0 -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -.include "../../graphics/gimp1-base/buildlink2.mk" +.include "../../graphics/gimp1-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |