summaryrefslogtreecommitdiff
path: root/x11/qt3
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-08 23:11:13 +0000
committerjoerg <joerg>2009-04-08 23:11:13 +0000
commit82f2ca6793551bb501ad76cfea3d6eee08e9c735 (patch)
tree4f16418390fecfee4ea30143fb3f6f187458b82d /x11/qt3
parenta0bde5a4d9e3c88a2bac34061a12239fae3078f3 (diff)
downloadpkgsrc-82f2ca6793551bb501ad76cfea3d6eee08e9c735.tar.gz
Use META_PACKAGE
Diffstat (limited to 'x11/qt3')
-rw-r--r--x11/qt3/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile
index 2a2ebb9ed29..6925f4f2144 100644
--- a/x11/qt3/Makefile
+++ b/x11/qt3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2008/06/20 01:09:45 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2009/04/08 23:19:13 joerg Exp $
DISTNAME= qt3-${QTVERSION}
CATEGORIES= x11
@@ -7,7 +7,7 @@ DISTFILES= # empty
COMMENT= "meta-package" for the QT GUI C++ toolkit
-PKG_DESTDIR_SUPPORT= user-destdir
+META_PACKAGE= # empty
.include "./Makefile.common"
@@ -15,12 +15,4 @@ DEPENDS+= qt3-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-libs
DEPENDS+= qt3-tools-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-tools
DEPENDS+= qt3-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-docs
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-PLIST_SRC= # empty (meta-package)
-
-do-install: # empty
-
.include "../../mk/bsd.pkg.mk"