diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2015-10-13 20:07:54 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2015-10-13 20:07:54 +0000 |
commit | 0b0cf9fc3e785b8d18c3a57e709c98f486fa8628 (patch) | |
tree | 89742fcfff2a2c5ff26a47225d2edeacd44b243e /audio/libvorbis/Makefile | |
parent | 46a3cede8aea563d40a7a6e6273dad15f319c30a (diff) |
Notes
Diffstat (limited to 'audio/libvorbis/Makefile')
-rw-r--r-- | audio/libvorbis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 712765c08d3e..537e4726b3c8 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -18,6 +18,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} INSTALL_TARGET= install-strip +TEST_TARGET= check OPTIONS_DEFINE= DOCS @@ -26,7 +27,4 @@ post-stage: ${LN} -s libvorbis.so.0 ${STAGEDIR}${PREFIX}/lib/libvorbis.so.4 ${LN} -s libvorbisfile.so.3 ${STAGEDIR}${PREFIX}/lib/libvorbisfile.so.6 -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include <bsd.port.mk> |