diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-11-21 22:25:55 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-11-21 22:25:55 +0000 |
commit | a21fb03cc93d61dd60f06c2d3559e5bb256a68d9 (patch) | |
tree | 513dfe67781c9b696f6968e3de48881599c25b2d /x11-fm | |
parent | f1cbace987f5836e69174b470fe96e331de7868f (diff) |
- Bump PORTREVISION. Lazarus was updated to 1.6.2
Notes
Notes:
svn path=/head/; revision=426769
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 |