diff options
author | mr <mr@FreeBSD.org> | 2007-02-01 19:59:23 +0800 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2007-02-01 19:59:23 +0800 |
commit | e3106fb7646437646d3dff6d1f86a9e7c762e5ae (patch) | |
tree | 80a7aa64ad168f846fbd3cacc9ad1c4ee3c4793a /cad | |
parent | 076e00c3a8afe8e9621d2645a19f8c60befaacf9 (diff) | |
download | freebsd-ports-gnome-e3106fb7646437646d3dff6d1f86a9e7c762e5ae.tar.gz freebsd-ports-gnome-e3106fb7646437646d3dff6d1f86a9e7c762e5ae.tar.zst freebsd-ports-gnome-e3106fb7646437646d3dff6d1f86a9e7c762e5ae.zip |
- change BUILD_DEPENDS: shells/bash2 -> shells/bash;
- drop a spare line at Makefile to pet portlint.
PR: ports/108631
Submitted by: bsam
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index c40bb369abd7..4446e5d37d35 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -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 |