svn commit: r371380 - head/lang/fpc
John Marino
marino at FreeBSD.org
Thu Oct 23 08:53:58 UTC 2014
Author: marino
Date: Thu Oct 23 08:53:57 2014
New Revision: 371380
URL: https://svnweb.freebsd.org/changeset/ports/371380
QAT: https://qat.redports.org/buildarchive/r371380/
Log:
lang/fpc: IGNORE on DragonFly (for now, support is long-term goal)
Modified:
head/lang/fpc/Makefile
Modified: head/lang/fpc/Makefile
==============================================================================
--- head/lang/fpc/Makefile Thu Oct 23 08:36:11 2014 (r371379)
+++ head/lang/fpc/Makefile Thu Oct 23 08:53:57 2014 (r371380)
@@ -34,6 +34,10 @@ FPCSRCDIR= ${PORTNAME}-${PORTVERSION}
.include <bsd.port.pre.mk>
+.if ${OPSYS} == DragonFly
+IGNORE= not supported on DragonFly yet
+.endif
+
.if ${ARCH} == "i386"
PPNAME= ppc386
FPC_ARCH= i386
More information about the svn-ports-head
mailing list