diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-13 21:56:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-13 21:56:22 +0000 |
commit | b4f774ef39ade5639d080421c6cdb58c479b12b0 (patch) | |
tree | a130e1fec53dd5db437e32f46f82f3938e479890 /security | |
parent | bf624406121448712f90ea5a4cc27a6c040a0e9c (diff) | |
download | pkgsrc-b4f774ef39ade5639d080421c6cdb58c479b12b0.tar.gz |
Do not patch Makefile or override do-install because the recent qt3-tools
generates valid Makefile.
Diffstat (limited to 'security')
-rw-r--r-- | security/qca-tls/Makefile | 16 | ||||
-rw-r--r-- | security/qca/Makefile | 8 |
2 files changed, 4 insertions, 20 deletions
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile index 072ccf26db0..27a4b6204db 100644 --- a/security/qca-tls/Makefile +++ b/security/qca-tls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/02 22:01:18 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/13 21:56:22 minskim Exp $ DISTNAME= qca-tls-1.0 PKGREVISION= 2 @@ -17,20 +17,8 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-openssl-inc=${SSLBASE}/include CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib -# XXX the -rpath filter is somewhat ugly, and this should be eventually -# fixed in NetBSD qmake template to not be necessary. -post-configure: - cd ${WRKSRC} && ( ${SETENV} ${CONFIGURE_ENV} \ - ${QTDIR}/bin/qmake qca-tls.pro -o Makefile.orig; \ - ${SED} -e "s,-rpath .*,-rpath ${QTDIR}/lib," Makefile.orig > Makefile; \ - ) - -do-install: - ${INSTALL_DATA_DIR} ${QTDIR}/plugins/crypto - cd ${WRKSRC} && \ - libtool --mode=install ${INSTALL_LIB} libqca-tls.la ${QTDIR}/plugins/crypto - .include "../../security/openssl/buildlink3.mk" .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" 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" |