summaryrefslogtreecommitdiff
path: root/Mk/bsd.fpc.mk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-08-12 16:10:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-08-12 16:10:02 +0000
commitd423cdc65026010d1d2dd5bc45cd6bb5560298a5 (patch)
tree99b60520b1f45adcf0f83ec9d6d4614e0e7a2ed4 /Mk/bsd.fpc.mk
parent- Chase warnings under gcc -Werror (diff)
- fix problem with metadata on tier-2 machines for Pascal ports. The
reason is that bsd.fpc.mk was only defining PPNAME for i386 and amd64. Provide a placeholder and proper IGNORE for tier-2 [1] - remove obsolete check for /usr/share/mk/bsd.port.options.mk [2] - add USE_DRUPAL for easy include of Mk/bsd.drupal.mk [3] PR: ports/155017 [2], ports/159288 [3] Submitted by: linimon (discussed with acm), eadler, crees
Notes
Notes: svn path=/head/; revision=279557
Diffstat (limited to 'Mk/bsd.fpc.mk')
-rw-r--r--Mk/bsd.fpc.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.fpc.mk b/Mk/bsd.fpc.mk
index bf505d01ead4..e0e71f60bd86 100644
--- a/Mk/bsd.fpc.mk
+++ b/Mk/bsd.fpc.mk
@@ -45,6 +45,10 @@ IGNORE= incompatible fpc ${FPC_CURRENT_VER} compiler, please install ${FPC_VER}
PPNAME= ppc386
.elif ${ARCH} == "amd64"
PPNAME= ppcx64
+.else
+PPNAME= ppc_not_yet_ported
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= not yet ported to anything other than i386 and amd64
.endif
BUILD_DEPENDS+= ${PPNAME}:${PORTSDIR}/lang/fpc