diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-17 20:43:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-17 20:43:23 +0000 |
commit | 2170d1ea0b244648e54042abfce1c166297eb95c (patch) | |
tree | 4780f6d76758bec202bdc90900e62bd37d1d4aac /x11/qt3-libs | |
parent | 9fd640c6a09e659708469f27be140399fbf5d1cb (diff) | |
download | pkgsrc-2170d1ea0b244648e54042abfce1c166297eb95c.tar.gz |
Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index c960ce6ad93..7508b0cf6a7 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2007/01/15 16:19:43 joerg Exp $ +# $NetBSD: Makefile,v 1.61 2007/03/17 20:43:23 rillig Exp $ PKGNAME= qt3-libs-${QTVERSION} MAINTAINER= adam@NetBSD.org @@ -28,8 +28,6 @@ UNLIMIT_RESOURCES= datasize BUILDLINK_PASSTHRU_DIRS+= ${QTPREFIX} -PKGCONFIG_OVERRIDE= lib/qt-mt.pc - do-install: ${INSTALL_DATA_DIR} ${QTPREFIX} ${INSTALL_PROGRAM_DIR} ${QTPREFIX}/bin |