aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-12-21 01:40:44 +0000
committerJohn Marino <marino@FreeBSD.org>2015-12-21 01:40:44 +0000
commit4c3c676f772126fc7dd54998873fcd04c971e803 (patch)
tree4075af6779d98319d2288880bca79efe9d4e0cc6 /editors/lazarus
parentc0cde2116281f5bfbfc476a4b5c75178eff4b48f (diff)
downloadports-4c3c676f772126fc7dd54998873fcd04c971e803.tar.gz
ports-4c3c676f772126fc7dd54998873fcd04c971e803.zip
FPC framework: Use generic buildname to support DragonFly
Notes
Notes: svn path=/head/; revision=404080
Diffstat (limited to 'editors/lazarus')
-rw-r--r--editors/lazarus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index a2cb9d2cd22f..46e0898aa300 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -50,7 +50,7 @@ LAZARUS_ARCH= i386
LAZARUS_ARCH= x86_64
.endif
-BUILDNAME= ${LAZARUS_ARCH}-freebsd
+BUILDNAME= ${LAZARUS_ARCH}-${OPSYS:tl}
LCL_UNITS_DIR= ${LOCALBASE}/share/${PORTNAME}-${PORTVERSION}/lcl/units/${BUILDNAME}
.if !defined(PKGNAMESUFFIX)