diff options
Diffstat (limited to 'audio/twolame/Makefile')
-rw-r--r-- | audio/twolame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 9e8c1a46c7e9..bf9adf1276a9 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -7,6 +7,7 @@ PORTNAME= twolame PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.ecs.soton.ac.uk/~njh/twolame/ @@ -17,7 +18,7 @@ COMMENT= MPEG Audio Layer 2 encoder LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack gnometarget INSTALLS_SHLIB= yes MAN1= twolame.1 |