diff options
Diffstat (limited to 'devel/libusb')
-rw-r--r-- | devel/libusb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index e147b26acab..186111b0c07 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/10/11 18:25:19 drochner Exp $ +# $NetBSD: Makefile,v 1.29 2008/06/14 20:00:15 heinz Exp $ DISTNAME= libusb-0.1.12 PKGREVISION= 2 @@ -9,6 +9,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://libusb.sourceforge.net/ COMMENT= USB access library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ GCC_REQD+= 3.3 USE_LIBTOOL= yes |