diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-02-01 07:21:25 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-02-01 07:21:25 +0000 |
commit | c0d8a8d8617eefc8e5ad9c431241f6d6024eebec (patch) | |
tree | 260080826c7a5c5370b37e75151df300536ee0d3 /cad/zcad | |
parent | 6bdf91750f2873bd59d95cf6acf1fafac872b5de (diff) | |
download | ports-c0d8a8d8617eefc8e5ad9c431241f6d6024eebec.tar.gz ports-c0d8a8d8617eefc8e5ad9c431241f6d6024eebec.zip |
Notes
Diffstat (limited to 'cad/zcad')
-rw-r--r-- | cad/zcad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/zcad/Makefile b/cad/zcad/Makefile index e6393e4a65d8..9e16e756f76f 100644 --- a/cad/zcad/Makefile +++ b/cad/zcad/Makefile @@ -3,6 +3,7 @@ PORTNAME= zcad PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/danfe DISTNAME= ${PORTNAME}-trunk-r2259 @@ -16,7 +17,7 @@ USES= tar:xz USE_FPC= cairo fcl-base fcl-image fcl-json fcl-stl fcl-xml opengl \ pasjpeg rtl-extra rtl-objpas x11 -LAZARUS_VER= 1.6.4 +LAZARUS_VER= 1.8.0 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp \ --lazarusdir=${LAZARUS_DIR} LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} |