diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
commit | e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1 (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /audio/fpc-mad/Makefile | |
parent | 2fccfa036a74a77e0a84b9a95a8306f1181f4d25 (diff) | |
download | freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.gz freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.zst freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.zip |
Stage support
Diffstat (limited to 'audio/fpc-mad/Makefile')
-rw-r--r-- | audio/fpc-mad/Makefile | 5 |
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" |