aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-12-21 09:40:44 +0800
committermarino <marino@FreeBSD.org>2015-12-21 09:40:44 +0800
commit75b81f420f7cbc8981921799d5c5e9ca2f5b169c (patch)
tree4075af6779d98319d2288880bca79efe9d4e0cc6 /editors
parentb35ab52147d04b18e092ac671de375a3229e1286 (diff)
downloadfreebsd-ports-gnome-75b81f420f7cbc8981921799d5c5e9ca2f5b169c.tar.gz
freebsd-ports-gnome-75b81f420f7cbc8981921799d5c5e9ca2f5b169c.tar.zst
freebsd-ports-gnome-75b81f420f7cbc8981921799d5c5e9ca2f5b169c.zip
FPC framework: Use generic buildname to support DragonFly
Diffstat (limited to 'editors')
-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)