diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-09 21:44:27 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-09 21:44:27 +0000 |
commit | a81e84092e6fa2c5acbb2a4fb2c632e44bee2c61 (patch) | |
tree | ea6bf7bb7b2a44a352ded66667e93a4ec2057102 /misc/koffice | |
parent | df39ad16d9c39ded3f8fb71822bd0fa219846427 (diff) | |
download | pkgsrc-a81e84092e6fa2c5acbb2a4fb2c632e44bee2c61.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index d6aebbf8df5..6c82ecedd1e 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.132 2012/02/06 12:40:59 wiz Exp $ +# $NetBSD: Makefile,v 1.133 2012/02/09 21:44:28 sbd Exp $ DISTNAME= koffice-1.6.3 PKGREVISION= 30 @@ -26,6 +26,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake perl pkg-config GNU_CONFIGURE= yes +SET_LIBDIR= yes GCC_REQD+= 2.95.3 |