diff options
author | asau <asau@pkgsrc.org> | 2012-10-29 05:06:05 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-29 05:06:05 +0000 |
commit | e9540187fceccdd295c56ee7c4c8814f184e413b (patch) | |
tree | 2379812310e9345accaee1e306485260940238a4 /x11/qt4-creator/Makefile | |
parent | 445a374b2437d38e375a86f8b5579c074ccabefc (diff) | |
download | pkgsrc-e9540187fceccdd295c56ee7c4c8814f184e413b.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'x11/qt4-creator/Makefile')
-rw-r--r-- | x11/qt4-creator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-creator/Makefile b/x11/qt4-creator/Makefile index 55d038cfac0..e88736d9800 100644 --- a/x11/qt4-creator/Makefile +++ b/x11/qt4-creator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/08 23:02:38 adam Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/29 05:06:47 asau Exp $ DISTNAME= qt-creator-2.0.1-src PKGNAME= ${DISTNAME:S/qt-/qt4-/:S/-src//} @@ -19,7 +19,6 @@ USE_TOOLS+= gmake INSTALLATION_DIRS= bin lib/qtcreator lib/qtcreator/plugins/Nokia \ share/doc/qtcreator share/pixmaps share/qtcreator \ share/qtcreator/translations -PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= qt4-tools>=4.7.0:../../x11/qt4-tools \ qt4-sqlite3>=4.7.0:../../x11/qt4-sqlite3 |