diff options
Diffstat (limited to 'audio/libcdaudio/Makefile')
-rw-r--r-- | audio/libcdaudio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 837c6bc45685..4f70f183f4ff 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -7,6 +7,7 @@ PORTNAME= libcdaudio PORTVERSION= 0.99.12p2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> |