diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-08-15 17:29:24 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-08-15 17:29:24 +0000 |
commit | d03254f4de317ba58aecaf7e260f81cea8b7a748 (patch) | |
tree | ebdb787d82249f6f79bfd26b4ed90d20d5dbc0f8 /cad | |
parent | 4a4961a825521be466e1b5e6e895bb4f6c957261 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/zcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/zcad/Makefile b/cad/zcad/Makefile index e7b693e74565..bb711583fb8a 100644 --- a/cad/zcad/Makefile +++ b/cad/zcad/Makefile @@ -3,6 +3,7 @@ PORTNAME= zcad PORTVERSION= 0.9.8.4 +PORTREVISION= 1 CATEGORIES= cad PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -46,7 +47,6 @@ LAZARUS_PROJECT_FILES= anchordocking/anchordocking.lpk \ utils/typeexporter.lpi LAZBUILD_ARGS= -d --pcp=${WRKSRC}/tmppcp -LLD_UNSAFE= yes gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 |