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 /databases/krecipes | |
parent | ab832bbd96bf3ab69bbf70066b8d0ff79d2feb91 (diff) | |
download | pkgsrc-9cbb889f32fbcb4f513c9f14f695e6527aa1319f.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'databases/krecipes')
-rw-r--r-- | databases/krecipes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/krecipes/Makefile b/databases/krecipes/Makefile index ae2384e4070..f19f4878f97 100644 --- a/databases/krecipes/Makefile +++ b/databases/krecipes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/02/06 12:39:44 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2012/02/09 21:44:27 sbd Exp $ # DISTNAME= krecipes-1.0-beta1 @@ -14,6 +14,7 @@ COMMENT= Recipe manager PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= msgfmt perl |