diff options
author | acm <acm@FreeBSD.org> | 2016-11-22 06:25:55 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2016-11-22 06:25:55 +0800 |
commit | 2e076093a4c82588deba5019610f217c170c33b0 (patch) | |
tree | 513dfe67781c9b696f6968e3de48881599c25b2d /x11-fm | |
parent | e9f96f25e47255ee69cef58ab6e6dc9635fe1ab7 (diff) | |
download | freebsd-ports-gnome-2e076093a4c82588deba5019610f217c170c33b0.tar.gz freebsd-ports-gnome-2e076093a4c82588deba5019610f217c170c33b0.tar.zst freebsd-ports-gnome-2e076093a4c82588deba5019610f217c170c33b0.zip |
- Bump PORTREVISION. Lazarus was updated to 1.6.2
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/doublecmd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index e157fc577c40..d7348055dca8 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -3,6 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -30,7 +31,7 @@ WANT_GNOME= yes PLIST= ${WRKDIR}/pkg-plist PROJECT_FILE= src/doublecmd.lpi -LAZARUS_VER= 1.6.0 +LAZARUS_VER= 1.6.2 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} MAKE_ENV+= LDVER=ld.bfd # for DragonFly |