aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3splt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-10 23:25:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-10 23:25:40 +0000
commita2a7f6a3caeeec4ea41dac4f6c776c8cadf8edfa (patch)
tree970ff4d6c4eb337b866db5d12be5b15a626ed6e3 /audio/mp3splt
parentfc8091ed0a26433690b0b41565072e31b4c31eb5 (diff)
downloadports-a2a7f6a3caeeec4ea41dac4f6c776c8cadf8edfa.tar.gz
ports-a2a7f6a3caeeec4ea41dac4f6c776c8cadf8edfa.zip
- Fix build on 4-x
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=103586
Diffstat (limited to 'audio/mp3splt')
-rw-r--r--audio/mp3splt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile
index e0a092a7b24e..e0acf42a1b62 100644
--- a/audio/mp3splt/Makefile
+++ b/audio/mp3splt/Makefile
@@ -24,6 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}