diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 04:52:36 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 04:52:36 +0000 |
commit | 5ab881a5d9e41945e066f0332b891e12e66d0841 (patch) | |
tree | 1407eca99be95ddb9e55faff3e70910850182df9 /lang/fpc-units/Makefile | |
parent | b223666a533d6e9084dba015d034ffcf7b72a3b3 (diff) | |
download | ports-5ab881a5d9e41945e066f0332b891e12e66d0841.tar.gz ports-5ab881a5d9e41945e066f0332b891e12e66d0841.zip |
Notes
Diffstat (limited to 'lang/fpc-units/Makefile')
-rw-r--r-- | lang/fpc-units/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile index 6a823b176f7a..7bfcaafc9ad4 100644 --- a/lang/fpc-units/Makefile +++ b/lang/fpc-units/Makefile @@ -10,7 +10,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Meta port to install Free Pascal units ONLY_FOR_ARCHS= i386 amd64 -USES= metaport +USES= fpc:run metaport BUILDNAME= ${ARCH}-${OPSYS:tl} @@ -118,7 +118,6 @@ UNITS_SELECTED+= ${OPT:tl:S/rtl_/rtl-/:S/fcl_/fcl-/} . endif .endfor -USE_FPC_RUN= yes USE_FPC= ${UNITS_SELECTED} .include <bsd.port.mk> |