diff options
author | acm <acm@FreeBSD.org> | 2017-03-02 01:52:56 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2017-03-02 01:52:56 +0800 |
commit | 87f504cc90cea48705dc5fc5b9c863e8c062465e (patch) | |
tree | aeb141b3552f162273aa86aef45a31712f146220 /x11-fm | |
parent | 7bf4e9bd91ba581edab9f85118b83d8adde39689 (diff) | |
download | freebsd-ports-gnome-87f504cc90cea48705dc5fc5b9c863e8c062465e.tar.gz freebsd-ports-gnome-87f504cc90cea48705dc5fc5b9c863e8c062465e.tar.zst freebsd-ports-gnome-87f504cc90cea48705dc5fc5b9c863e8c062465e.zip |
- Bump PORTREVISION. Lazarus was update to 1.6.4
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/doublecmd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index edcf6d7b28fe..00ecfaa832e7 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -3,7 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.7.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -31,7 +31,7 @@ WANT_GNOME= yes PLIST= ${WRKDIR}/pkg-plist PROJECT_FILE= src/doublecmd.lpi -LAZARUS_VER= 1.6.2 +LAZARUS_VER= 1.6.4 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} MAKE_ENV+= LDVER=ld.bfd # for DragonFly |