diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-10 19:37:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-10 19:37:32 +0000 |
commit | 40e940fcfca692648eab36f42f1dc227bd8ea391 (patch) | |
tree | 9578ed4650a59101e30ac600de651d8200752355 | |
parent | 5a56cca93db9ac9b75c70637ba5b78702d3532a6 (diff) | |
download | ports-40e940fcfca692648eab36f42f1dc227bd8ea391.tar.gz ports-40e940fcfca692648eab36f42f1dc227bd8ea391.zip |
Notes
-rw-r--r-- | devel/fpc-fcl-xml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fpc-fcl-xml/Makefile b/devel/fpc-fcl-xml/Makefile index afa0d7a06792..85232a8d8955 100644 --- a/devel/fpc-fcl-xml/Makefile +++ b/devel/fpc-fcl-xml/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-xml @@ -9,6 +9,7 @@ MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal Component Library USE_FPC= fcl-async fcl-base hash iconvenc paszlib pthreads +USE_FPC_RUN= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |