summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/gimp1/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile
index 1440e1abacb..7f6d4f3651d 100644
--- a/graphics/gimp1/Makefile
+++ b/graphics/gimp1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/10/25 22:00:46 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/20 00:15:35 joerg Exp $
#
DISTNAME= gimp-1.2.5
@@ -11,15 +11,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gimp.org/
COMMENT= GNU Image Manipulation Program
-NO_CHECKSUM= yes
-NO_BUILD= YES
-PLIST_SRC= # empty (meta-package)
+META_PACKAGE= yes
DEPENDS+= gimp-base>=1.2.5:../../graphics/gimp1-base
DEPENDS+= gimp-data>=1.2:../../graphics/gimp1-data
DEPENDS+= gimp-print>=4.2.0:../../print/gimp-print
DEPENDS+= gimp-print-escputil>=4.2.0:../../print/gimp-print-escputil
-do-install: # nothing
-
.include "../../mk/bsd.pkg.mk"