aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-zlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fpc-zlib/Makefile')
-rw-r--r--devel/fpc-zlib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/fpc-zlib/Makefile b/devel/fpc-zlib/Makefile
index 171370424d87..7d7b3dc84241 100644
--- a/devel/fpc-zlib/Makefile
+++ b/devel/fpc-zlib/Makefile
@@ -8,11 +8,14 @@
CATEGORIES= devel lang
PKGNAMESUFFIX= -zlib
-MAINTAINER= acardenas@bsd.org.pe
+MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to the zlib compression library
-RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
+BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
+ fpcmake:${PORTSDIR}/lang/fpc-utils
MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${PORTNAME}/packages/extra/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"