diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-04-20 15:29:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-04-20 15:29:31 +0000 |
commit | 830746db9be5c14db4b096e2731ed4f45ab5993d (patch) | |
tree | de4186ccb01e0b26a2ddfa683282ccb12ba0628c | |
parent | 8274d4b7f3564a26474800a2fbf4bc79a940e4ff (diff) | |
download | ports-830746db9be5c14db4b096e2731ed4f45ab5993d.tar.gz ports-830746db9be5c14db4b096e2731ed4f45ab5993d.zip |
Notes
-rw-r--r-- | audio/libsamplerate/Makefile | 3 | ||||
-rw-r--r-- | audio/libsndfile/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 2797842bdd6d..fc15c8a9062b 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -12,8 +12,9 @@ COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig +USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes +CPE_VENDOR= ${CPE_PRODUCT}_project GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index c6d3d486db4c..6beabf0c2bbd 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -11,7 +11,8 @@ COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) LICENSE= LGPL21 -USES= gmake libtool localbase pkgconfig +USES= cpe gmake libtool localbase pkgconfig +CPE_VENDOR= ${CPE_PRODUCT}_project GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gcc-pipe \ --disable-sqlite \ |