diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-04-19 09:46:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-04-19 09:46:44 +0000 |
commit | ce8db409bbcfafc5ae5e4f995d4d0a059a4c1a16 (patch) | |
tree | f0d8454afd50c7f51c2e43614b6b970aee203d7a | |
parent | cec1397486857abef66550ab4aebcd661b7b3893 (diff) | |
download | pkgsrc-ce8db409bbcfafc5ae5e4f995d4d0a059a4c1a16.tar.gz |
Fix path to license-accepted file, per PR 12699
(Do we really need a file for this?)
-rw-r--r-- | x11/qt2-libs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt2-libs/Makefile.common b/x11/qt2-libs/Makefile.common index b0cc00f2f44..5057c80b464 100644 --- a/x11/qt2-libs/Makefile.common +++ b/x11/qt2-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2001/04/17 16:51:46 skrll Exp $ +# $NetBSD: Makefile.common,v 1.12 2001/04/19 09:46:44 hubertf Exp $ # DISTNAME= qt-x11-${QTVERSION} @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= -static -sm -no-thread \ -I${LOCALBASE}/include -L${LOCALBASE}/lib CONFIGURE_ARGS+= -gif # qt2 does not write compressed GIFs -CONFIGURE_ARGS+= < ${FILESDIR}/license-acceptance +CONFIGURE_ARGS+= < ${.CURDIR}/../qt2-libs/files/license-acceptance QTPREFIX= ${PREFIX}/qt2 |