diff options
Diffstat (limited to 'devel/fpc-pthreads/Makefile')
-rw-r--r-- | devel/fpc-pthreads/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/fpc-pthreads/Makefile b/devel/fpc-pthreads/Makefile index d05e087622b3..33e2e6b0b9fa 100644 --- a/devel/fpc-pthreads/Makefile +++ b/devel/fpc-pthreads/Makefile @@ -8,11 +8,13 @@ CATEGORIES= devel lang PKGNAMESUFFIX= -pthreads -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal wraper for the pthreads library -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" |