diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 23:25:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 23:25:40 +0000 |
commit | a2a7f6a3caeeec4ea41dac4f6c776c8cadf8edfa (patch) | |
tree | 970ff4d6c4eb337b866db5d12be5b15a626ed6e3 /audio/mp3splt | |
parent | fc8091ed0a26433690b0b41565072e31b4c31eb5 (diff) |
Notes
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 1 |
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} |