aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2014-06-19 04:52:32 +0800
committeracm <acm@FreeBSD.org>2014-06-19 04:52:32 +0800
commitac9bcec3c8633d361e9d7915865fbbe224aaf83b (patch)
tree9d33a7aeefcfc7c37099e92dee35dd156df7ddf8 /x11-fm
parent9aaf7b2f709925413c7acf1efd275afff4d9cfb6 (diff)
downloadfreebsd-ports-gnome-ac9bcec3c8633d361e9d7915865fbbe224aaf83b.tar.gz
freebsd-ports-gnome-ac9bcec3c8633d361e9d7915865fbbe224aaf83b.tar.zst
freebsd-ports-gnome-ac9bcec3c8633d361e9d7915865fbbe224aaf83b.zip
- Bump PORTREVISION. New lazarus version is available
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/doublecmd/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile
index 8a7040c9af45..86c38a1a1bc7 100644
--- a/x11-fm/doublecmd/Makefile
+++ b/x11-fm/doublecmd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= doublecmd
PORTVERSION= 0.5.10
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}/Double%20Commander%20Source
@@ -29,8 +30,9 @@ WANT_GNOME= yes
PLIST= ${WRKDIR}/pkg-plist
PROJECT_FILE= src/doublecmd.lpi
+LAZARUS_VER= 1.2.4
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp
-LAZARUS_DIR= ${LOCALBASE}/share/lazarus
+LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
HELPVERSION= 0.5.5
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -83,13 +85,13 @@ OPTIONS_DEFAULT= GTK2 \
USE_FPC+= gtk2
USE_GNOME= gtk20
LCL_PLATFORM= gtk2
-BUILD_DEPENDS+= ${LOCALBASE}/share/lazarus/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
+BUILD_DEPENDS+= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
.endif
.if ${PORT_OPTIONS:MQT4}
LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas
LCL_PLATFORM= qt
-BUILD_DEPENDS+= ${LOCALBASE}/share/lazarus/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt
+BUILD_DEPENDS+= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt
.endif
.if ${PORT_OPTIONS:MWCX_UNRAR}