summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-04-19 10:22:13 +0000
committerskrll <skrll@pkgsrc.org>2001-04-19 10:22:13 +0000
commit050e4d11ff7517b6e59098789935337d3613473b (patch)
tree82a147078f291b2de18537c6e286b402e7413f99
parentce8db409bbcfafc5ae5e4f995d4d0a059a4c1a16 (diff)
downloadpkgsrc-050e4d11ff7517b6e59098789935337d3613473b.tar.gz
Stylistic change.
-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"