diff options
Diffstat (limited to 'textproc/fpc-libxml2/Makefile')
-rw-r--r-- | textproc/fpc-libxml2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/fpc-libxml2/Makefile b/textproc/fpc-libxml2/Makefile index f675d05e3d9d..a3efdc1ced64 100644 --- a/textproc/fpc-libxml2/Makefile +++ b/textproc/fpc-libxml2/Makefile @@ -1,14 +1,13 @@ # Created by: Christoper Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= textproc lang PKGNAMESUFFIX= -libxml2 MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Interface to xml2 library -USE_FPC= yes +USE_FPC= rtl-objpas MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//} |