diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 13:54:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 13:54:47 +0000 |
commit | 505daaf521c32eb4380b899dd992b4de2af2ea59 (patch) | |
tree | a365bdee8eeb2bef1fc117c5f2f6ca2fc384b932 /audio/festalon | |
parent | 30523fa0e62f610147471e15833b3e0b2390aa23 (diff) |
Notes
Diffstat (limited to 'audio/festalon')
-rw-r--r-- | audio/festalon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 16f865a45f70..581508f888e6 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -3,7 +3,7 @@ PORTNAME= festalon PORTVERSION= 0.5.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/festalon/ \ CRITICAL @@ -16,8 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS+= libsamplerate.so:${PORTSDIR}/audio/libsamplerate -USES= pkgconfig tar:bzip2 -USE_AUTOTOOLS= libtool +USES= libtool pkgconfig tar:bzip2 +GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |