diff options
author | acm <acm@FreeBSD.org> | 2016-03-18 04:43:27 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2016-03-18 04:43:27 +0800 |
commit | 4f6889b721c50bdf5f0b5bb098089eee010c317e (patch) | |
tree | b854e9d6802cac21af12e4d2ae675528a71ff890 /multimedia | |
parent | bf13e3d039cf62b3a425e5765e71f50e9c443d33 (diff) | |
download | freebsd-ports-gnome-4f6889b721c50bdf5f0b5bb098089eee010c317e.tar.gz freebsd-ports-gnome-4f6889b721c50bdf5f0b5bb098089eee010c317e.tar.zst freebsd-ports-gnome-4f6889b721c50bdf5f0b5bb098089eee010c317e.zip |
- Bump PORTREVISION. editors/lazarus was updated to 1.6.0
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/winff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index b357142ebd80..da59291e219a 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -3,7 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= ${_PORTNAME} @@ -33,7 +33,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ true LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d -LAZARUS_VER= 1.6RC2 +LAZARUS_VER= 1.6.0 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} |