diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-09 07:40:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-09 07:40:55 +0000 |
commit | bb5196a1496272ccd5cd26d76c34926a2c5e1a60 (patch) | |
tree | 3a9c2be4469b755e07de4bf2850a1b143ad46e2e /lang/fpc | |
parent | 52353e34b0d1b014946d1c5b38d9970101a2ba00 (diff) | |
download | ports-bb5196a1496272ccd5cd26d76c34926a2c5e1a60.tar.gz ports-bb5196a1496272ccd5cd26d76c34926a2c5e1a60.zip |
Notes
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index afdb35e25360..0c469dad90da 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -36,12 +36,12 @@ FPCSRCDIR= ${PORTNAME}-${PORTVERSION} .if ${ARCH} == "i386" PPNAME= ppc386 FPC_ARCH= i386 -PLIST_SUB= FPC_I386="" \ +PLIST_SUB+= FPC_I386="" \ FPC_AMD64="@comment " .elif ${ARCH} == "amd64" PPNAME= ppcx64 FPC_ARCH= x86_64 -PLIST_SUB= FPC_I386="@comment " \ +PLIST_SUB+= FPC_I386="@comment " \ FPC_AMD64="" .endif |