diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-21 01:40:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-21 01:40:44 +0000 |
commit | 4c3c676f772126fc7dd54998873fcd04c971e803 (patch) | |
tree | 4075af6779d98319d2288880bca79efe9d4e0cc6 /editors | |
parent | c0cde2116281f5bfbfc476a4b5c75178eff4b48f (diff) |
FPC framework: Use generic buildname to support DragonFly
Notes
Notes:
svn path=/head/; revision=404080
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) |