diff options
author | marino <marino@FreeBSD.org> | 2015-12-21 09:40:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-21 09:40:44 +0800 |
commit | 75b81f420f7cbc8981921799d5c5e9ca2f5b169c (patch) | |
tree | 4075af6779d98319d2288880bca79efe9d4e0cc6 /editors | |
parent | b35ab52147d04b18e092ac671de375a3229e1286 (diff) | |
download | freebsd-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/Makefile | 2 |
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) |