diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 14:14:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 14:14:55 +0000 |
commit | dc0931eb8c67d2b5cb7a12e9410a8a43f7b06ee8 (patch) | |
tree | a5300415cfefb9bd6dc8aee54626ab921df57324 /devel/libusb | |
parent | 1a537f84eb34534e46e65fde23067471f2eb8e0c (diff) | |
download | ports-dc0931eb8c67d2b5cb7a12e9410a8a43f7b06ee8.tar.gz ports-dc0931eb8c67d2b5cb7a12e9410a8a43f7b06ee8.zip |
Notes
Diffstat (limited to 'devel/libusb')
-rw-r--r-- | devel/libusb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 3949dbd0ae5c..0284a9e0d149 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -32,7 +32,7 @@ PLIST_SUB= SGML="@comment " .endif USE_LDCONFIG= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' ${WRKSRC}/configure |