diff options
Diffstat (limited to 'sysutils/fpc-utmp/Makefile')
-rw-r--r-- | sysutils/fpc-utmp/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/fpc-utmp/Makefile b/sysutils/fpc-utmp/Makefile index fa50fb237177..e06eaddedcd7 100644 --- a/sysutils/fpc-utmp/Makefile +++ b/sysutils/fpc-utmp/Makefile @@ -8,11 +8,15 @@ CATEGORIES= sysutils lang PKGNAMESUFFIX= -utmp -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal unit to gather information from the utmp file -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} +HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" |