aboutsummaryrefslogtreecommitdiff
path: root/audio/fpc-mad
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
commit864284545c6823762414172864b5be11fb77aaed (patch)
treeabfd68b8753cc6bcc11cad568d57d71208cdb0a1 /audio/fpc-mad
parent177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff)
downloadports-864284545c6823762414172864b5be11fb77aaed.tar.gz
ports-864284545c6823762414172864b5be11fb77aaed.zip
Stage support
Notes
Notes: svn path=/head/; revision=341492
Diffstat (limited to 'audio/fpc-mad')
-rw-r--r--audio/fpc-mad/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/fpc-mad/Makefile b/audio/fpc-mad/Makefile
index 7ff8f0542e77..1f2cd4958831 100644
--- a/audio/fpc-mad/Makefile
+++ b/audio/fpc-mad/Makefile
@@ -9,14 +9,15 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to mad library
USE_FPC= yes
-NO_STAGE= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= LIBMAD
LIBMAD_DESC= Install mad library
OPTIONS_DEFAULT= LIBMAD
+LIBMAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad
+
.include "${MASTERDIR}/Makefile"