summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2002-08-04 16:45:04 +0000
committerjdolecek <jdolecek@pkgsrc.org>2002-08-04 16:45:04 +0000
commit627e144c341b29257c0ba19249fde87c715d79ae (patch)
treef4aef3a47887f10653db4b5c9cccc48bc9646ed0 /x11/qt3-tools
parent3333257233a4ebd5e14ba491ffcbdb7be5bf251e (diff)
downloadpkgsrc-627e144c341b29257c0ba19249fde87c715d79ae.tar.gz
add comment for the REPLACE_BUILDLINK_SED stuff - these QMAKE variables
seem to be working fine empty, but it may be eventually be problematic
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r--x11/qt3-tools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index 6f2acd53605..4d6770aa627 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/08/04 16:41:44 jdolecek Exp $
+# $NetBSD: Makefile,v 1.8 2002/08/04 16:45:04 jdolecek Exp $
#
.include "../qt3-libs/Makefile.common"
@@ -14,6 +14,8 @@ MAKE_ENV+= LIBQT="-lqt-mt"
USE_BUILDLINK_ONLY= yes
REPLACE_BUILDLINK_PATTERNS= qmake.conf
+# following QMAKE variables seem to be working empty; might need some
+# adjusting eventually
REPLACE_BUILDLINK_SED= -e 's/\(QMAKE_INCDIR[ ]*=\) .*$$/\1/' \
-e 's/\(QMAKE_LIBDIR[ ]*=\) .*$$/\1/' \
-e 's^\(QMAKE_INCDIR_OPENGL[ ]*=\) .*$$^\1^' \