diff options
author | antoine <antoine@FreeBSD.org> | 2016-02-07 19:23:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-02-07 19:23:05 +0800 |
commit | 3736812ac4c9c03e0e4c3a2a8fb60d8c4634be93 (patch) | |
tree | 9ed2287aab3bb2d7022b56632f53c09c94a019e1 /multimedia | |
parent | 682a86db34bb00486ff86411cf0cd9781f9a2f04 (diff) | |
download | freebsd-ports-gnome-3736812ac4c9c03e0e4c3a2a8fb60d8c4634be93.tar.gz freebsd-ports-gnome-3736812ac4c9c03e0e4c3a2a8fb60d8c4634be93.tar.zst freebsd-ports-gnome-3736812ac4c9c03e0e4c3a2a8fb60d8c4634be93.zip |
Unbreak with new lazarus
Reported by: pkg-fallout
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/winff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index 870dedd13950..a0974e8a03f0 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -33,7 +33,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ true LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d -LAZARUS_VER= 1.4.2 +LAZARUS_VER= 1.6RC2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} |