diff options
Diffstat (limited to 'net/libcares/Makefile')
-rw-r--r-- | net/libcares/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libcares/Makefile b/net/libcares/Makefile index a47733b1ad5..9da0e4384bf 100644 --- a/net/libcares/Makefile +++ b/net/libcares/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/07/14 22:05:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.6 2008/07/14 12:56:10 joerg Exp $ # # Please do not update or modify this package as it has been imported only @@ -15,6 +15,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://daniel.haxx.se/projects/c-ares/ COMMENT= Asynchronous resolver library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LIBTOOL= YES |