diff options
author | heinz <heinz> | 2008-06-14 20:00:15 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-06-14 20:00:15 +0000 |
commit | 96e5edb2f3198574afb1b36b6c973e7670dce834 (patch) | |
tree | 3bd3db7edde92b41913471632d43ae61e07689f5 /devel/libusb | |
parent | 3decff80e9aaec6af0e464e0d657731562f04599 (diff) | |
download | pkgsrc-96e5edb2f3198574afb1b36b6c973e7670dce834.tar.gz |
The package supports installation to DESTDIR.
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 |