diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-03-17 20:30:17 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-03-17 20:30:17 +0000 |
commit | 13f8c3ae4c614d5860a42e537a40351f28471534 (patch) | |
tree | 03652b73faa1e75ac6d6c512a2924dd240d601bf /net-p2p/transmission-remote-gui/Makefile | |
parent | ba6fa779247cb99ad020b17d95350ca00c3ed1fb (diff) | |
download | ports-13f8c3ae4c614d5860a42e537a40351f28471534.tar.gz ports-13f8c3ae4c614d5860a42e537a40351f28471534.zip |
Notes
Diffstat (limited to 'net-p2p/transmission-remote-gui/Makefile')
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 4d6cd34ad43b..d376fb0f99cd 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= transgui-${PORTVERSION}-src @@ -29,7 +29,7 @@ SUB_FILES= pkg-message LAZARUS_PROJECT_FILE= transgui.lpi LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} -LAZARUS_VER= 1.6RC2 +LAZARUS_VER= 1.6.0 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} OPTIONS_SINGLE= LCL |