diff options
author | acm <acm@FreeBSD.org> | 2015-06-15 16:42:21 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2015-06-15 16:42:21 +0800 |
commit | e493374da3aac12a15adfae126f90e095cbff9c6 (patch) | |
tree | 81aed02837d6d0fd2dffdecae242c8ba23ee9e4d /multimedia | |
parent | 696c3b98686a04ffa9c97226f4d20b988525bf3f (diff) | |
download | freebsd-ports-gnome-e493374da3aac12a15adfae126f90e095cbff9c6.tar.gz freebsd-ports-gnome-e493374da3aac12a15adfae126f90e095cbff9c6.tar.zst freebsd-ports-gnome-e493374da3aac12a15adfae126f90e095cbff9c6.zip |
- Bump PORTREVISION. lazarus was updated to 1.4.0
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/winff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index ebe8630aef66..0ad1dcd4b38f 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -3,6 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= ${_PORTNAME} @@ -32,7 +33,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ true LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -LAZARUS_VER= 1.2.6 +LAZARUS_VER= 1.4.0 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} pre-configure: |