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 /science/checkmol/Makefile | |
parent | b223666a533d6e9084dba015d034ffcf7b72a3b3 (diff) | |
download | freebsd-ports-5ab881a5d9e41945e066f0332b891e12e66d0841.zip |
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617
Diffstat (limited to 'science/checkmol/Makefile')
-rw-r--r-- | science/checkmol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/checkmol/Makefile b/science/checkmol/Makefile index ca3c129ff3aa..c773de126025 100644 --- a/science/checkmol/Makefile +++ b/science/checkmol/Makefile @@ -19,7 +19,7 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # EXTRACT_AFTER_ARGS= ${WRKSRC} -USE_FPC= yes +USES= fpc PLIST_FILES= bin/checkmol bin/matchmol |