diff options
author | hubertf <hubertf> | 2001-04-19 09:46:44 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-04-19 09:46:44 +0000 |
commit | 124262c368078b6f2c5883e29343efe956934c97 (patch) | |
tree | f0d8454afd50c7f51c2e43614b6b970aee203d7a /x11/qt2-libs | |
parent | b26d43438bc67f3e87bfd9cd3a3b7ea79e583665 (diff) | |
download | pkgsrc-124262c368078b6f2c5883e29343efe956934c97.tar.gz |
Fix path to license-accepted file, per PR 12699
(Do we really need a file for this?)
Diffstat (limited to 'x11/qt2-libs')
-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 |