diff options
author | minskim <minskim> | 2006-03-13 21:56:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-03-13 21:56:22 +0000 |
commit | 6d2be78e1a03c4b3650e8edc89c8ecdfa91bb276 (patch) | |
tree | a130e1fec53dd5db437e32f46f82f3938e479890 /security/qca | |
parent | 61a995edf3f674a475ae070dad5ed63236779ce5 (diff) | |
download | pkgsrc-6d2be78e1a03c4b3650e8edc89c8ecdfa91bb276.tar.gz |
Do not patch Makefile or override do-install because the recent qt3-tools
generates valid Makefile.
Diffstat (limited to 'security/qca')
-rw-r--r-- | security/qca/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/qca/Makefile b/security/qca/Makefile index b7af4f75ffb..904e9dd6f1b 100644 --- a/security/qca/Makefile +++ b/security/qca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:47 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/03/13 21:56:22 minskim Exp $ DISTNAME= qca-1.0 PKGREVISION= 2 @@ -16,11 +16,7 @@ HAS_CONFIGURE= yes INSTALLATION_DIRS= include lib -do-install: - cd ${WRKSRC} && ${INSTALL} src/qca.h ${PREFIX}/include - cd ${WRKSRC} && \ - libtool --mode=install ${INSTALL_LIB} libqca.la ${PREFIX}/lib - .include "../../x11/qt3-libs/buildlink3.mk" +BUILDLINK_DEPENDS.qt3-tools+= qt3-tools>=3.3.5nb6 .include "../../x11/qt3-tools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |