summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorskrll <skrll>2001-04-19 10:22:13 +0000
committerskrll <skrll>2001-04-19 10:22:13 +0000
commitb91fb2e2530b6635a903a288d1990a79cb391593 (patch)
tree82a147078f291b2de18537c6e286b402e7413f99 /x11
parent124262c368078b6f2c5883e29343efe956934c97 (diff)
downloadpkgsrc-b91fb2e2530b6635a903a288d1990a79cb391593.tar.gz
Stylistic change.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt2-libs/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt2-libs/Makefile.common b/x11/qt2-libs/Makefile.common
index 5057c80b464..677cee637cc 100644
--- a/x11/qt2-libs/Makefile.common
+++ b/x11/qt2-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2001/04/19 09:46:44 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.13 2001/04/19 10:22:13 skrll Exp $
#
DISTNAME= qt-x11-${QTVERSION}
@@ -20,13 +20,14 @@ CONFIGURE_ARGS+= -static -sm -no-thread \
-I${LOCALBASE}/include -L${LOCALBASE}/lib
CONFIGURE_ARGS+= -gif # qt2 does not write compressed GIFs
-CONFIGURE_ARGS+= < ${.CURDIR}/../qt2-libs/files/license-acceptance
+CONFIGURE_ARGS+= < ${FILESDIR}/license-acceptance
QTPREFIX= ${PREFIX}/qt2
MAKE_ENV+= QTPREFIX=${QTPREFIX}
DISTINFO_FILE= ${PKGSRCDIR}/x11/qt2-libs/distinfo
+FILESDIR= ${PKGSRCDIR}/x11/qt2-libs/files
PATCHDIR= ${PKGSRCDIR}/x11/qt2-libs/patches
.include "../../mk/bsd.prefs.mk"