diff options
Diffstat (limited to 'audio/mpiosh')
-rw-r--r-- | audio/mpiosh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index ad7be616fced..329def8ec076 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -8,8 +8,7 @@ PORTNAME= mpiosh PORTVERSION= 0.7.1.p2 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mpio +MASTER_SITES= SF/mpio DISTNAME= mpio-${PORTVERSION:S|.p|_pre|} MAINTAINER= ports@FreeBSD.org @@ -20,7 +19,7 @@ LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb USE_AUTOTOOLS= libtool:15 USE_ICONV= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |