mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- change BUILD_DEPENDS: shells/bash2 -> shells/bash;
- drop a spare line at Makefile to pet portlint. PR: ports/108631 Submitted by: bsam
This commit is contained in:
parent
416e8f2f81
commit
830072bb8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183857
@ -8,7 +8,6 @@
|
||||
PORTNAME= qcad
|
||||
PORTVERSION= 2.0.5.0.1
|
||||
#PORTREVISION= 1
|
||||
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://www.ribbonsoft.com/archives/qcad/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src
|
||||
@ -16,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src
|
||||
MAINTAINER= mr@FreeBSD.org
|
||||
COMMENT= Professional CAD system
|
||||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
qmake:${PORTSDIR}/devel/qmake
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src
|
||||
|
Loading…
Reference in New Issue
Block a user