diff options
author | sbd <sbd> | 2012-02-09 21:44:27 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-02-09 21:44:27 +0000 |
commit | 9cbb889f32fbcb4f513c9f14f695e6527aa1319f (patch) | |
tree | ea6bf7bb7b2a44a352ded66667e93a4ec2057102 /misc/koffice | |
parent | ab832bbd96bf3ab69bbf70066b8d0ff79d2feb91 (diff) | |
download | pkgsrc-9cbb889f32fbcb4f513c9f14f695e6527aa1319f.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 |