aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2018-04-05 12:52:36 +0800
committeracm <acm@FreeBSD.org>2018-04-05 12:52:36 +0800
commit5758d2c9bb03be37cd6217a9d0a650880afb1f97 (patch)
tree1407eca99be95ddb9e55faff3e70910850182df9 /textproc
parentc45494b178c59af3fb4d9397c326bc43f4f1a3f5 (diff)
downloadfreebsd-ports-gnome-5758d2c9bb03be37cd6217a9d0a650880afb1f97.tar.gz
freebsd-ports-gnome-5758d2c9bb03be37cd6217a9d0a650880afb1f97.tar.zst
freebsd-ports-gnome-5758d2c9bb03be37cd6217a9d0a650880afb1f97.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 'textproc')
-rw-r--r--textproc/fpc-aspell/Makefile2
-rw-r--r--textproc/fpc-libxml2/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/fpc-aspell/Makefile b/textproc/fpc-aspell/Makefile
index 4f42a988c2ec..472b80eeb784 100644
--- a/textproc/fpc-aspell/Makefile
+++ b/textproc/fpc-aspell/Makefile
@@ -6,7 +6,7 @@ PKGNAMESUFFIX= -aspell
COMMENT= Interface to aspell spelling checker
-USE_FPC= yes
+USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
diff --git a/textproc/fpc-libxml2/Makefile b/textproc/fpc-libxml2/Makefile
index c8826c22ed51..e3df391e290b 100644
--- a/textproc/fpc-libxml2/Makefile
+++ b/textproc/fpc-libxml2/Makefile
@@ -6,6 +6,7 @@ PKGNAMESUFFIX= -libxml2
COMMENT= Interface to xml2 library
+USES= fpc
USE_FPC= rtl-objpas
MASTERDIR= ${.CURDIR}/../../lang/fpc