diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-04-19 06:37:46 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-04-19 06:37:46 +0000 |
commit | 1aec674ef8ce3701a14bfd0f7575c8b55039d0ef (patch) | |
tree | ab64e6dbe636bc94bfb85b678f21273c2e7e23a0 /net-p2p/transmission-remote-gui/Makefile | |
parent | 070eee46d48f6c16bb80a533d9e5a5df03328a07 (diff) |
Notes
Diffstat (limited to 'net-p2p/transmission-remote-gui/Makefile')
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index a0c342e1276a..0206df125563 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= transmission-remote-gui -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= transgui-${PORTVERSION}-src @@ -18,7 +18,7 @@ BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ fpcres:${PORTSDIR}/lang/fpc-utils RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon -PROJECTHOST= bsdistfiles +PROJECTHOST= transmisson-remote-gui USE_ZIP= yes USE_FPC= fcl-net @@ -32,8 +32,8 @@ LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/bin/lazbuild) -LCL_PLATFORM!= ${SED} -e 1d -e 's/^LCL_PLATFORM=\(.*\).*$$/\1/' ${LOCALBASE}/etc/lazbuild.cfg +.if exists(${LOCALBASE}/bin/lazbuild) && exists(${LOCALBASE}/etc/lazbuild.cfg) +.include "${LOCALBASE}/etc/lazbuild.cfg" .endif do-build: |