aboutsummaryrefslogtreecommitdiff
path: root/audio/fpc-a52/Makefile
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-a52/Makefile
parent177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff)
downloadports-864284545c6823762414172864b5be11fb77aaed.tar.gz
ports-864284545c6823762414172864b5be11fb77aaed.zip
Notes
Diffstat (limited to 'audio/fpc-a52/Makefile')
-rw-r--r--audio/fpc-a52/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/fpc-a52/Makefile b/audio/fpc-a52/Makefile
index 87cef137caae..501687a95db4 100644
--- a/audio/fpc-a52/Makefile
+++ b/audio/fpc-a52/Makefile
@@ -9,14 +9,15 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to a52 library
USE_FPC= yes
-NO_STAGE= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= LIBA52
-LIBA52_DESC= Install a52 library
+LIBA52_DESC= Install a52 library
OPTIONS_DEFAULT= LIBA52
+LIBA52_LIB_DEPENDS= liba52.so:${PORTSDIR}/audio/liba52
+
.include "${MASTERDIR}/Makefile"