diff options
Diffstat (limited to 'devel/libconfig/Makefile')
-rw-r--r-- | devel/libconfig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile index 654b1a40136..ff2a0e6ba76 100644 --- a/devel/libconfig/Makefile +++ b/devel/libconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/17 21:19:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/14 12:56:01 joerg Exp $ # DISTNAME= libconfig-1.3 @@ -9,6 +9,8 @@ MAINTAINER= adam.hoka@gmail.com HOMEPAGE= http://www.hyperrealm.com/libconfig/ COMMENT= Simple library for manipulating structured configuration files +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes INFO_FILES= yes USE_LIBTOOL= yes |