diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-03-17 20:43:27 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-03-17 20:43:27 +0000 |
commit | 85a76128fa37b9174147208e1b76346e7a31568a (patch) | |
tree | b854e9d6802cac21af12e4d2ae675528a71ff890 /multimedia | |
parent | 756c1419cda5bc7a317b297e80ade6f847e41d35 (diff) | |
download | ports-85a76128fa37b9174147208e1b76346e7a31568a.tar.gz ports-85a76128fa37b9174147208e1b76346e7a31568a.zip |
Notes
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} |