diff options
author | hrs <hrs@FreeBSD.org> | 2008-06-18 12:53:55 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-06-18 12:53:55 +0800 |
commit | 14b2afa6b944c7d393432ba9f8fc2964cbbe5c75 (patch) | |
tree | 2c72877941aabe74211b9713e5a8fb2a0cfaae80 /cad/pcb | |
parent | 125fc7aa14bd615f8219331ec909350a62a3df5e (diff) | |
download | freebsd-ports-gnome-14b2afa6b944c7d393432ba9f8fc2964cbbe5c75.tar.gz freebsd-ports-gnome-14b2afa6b944c7d393432ba9f8fc2964cbbe5c75.tar.zst freebsd-ports-gnome-14b2afa6b944c7d393432ba9f8fc2964cbbe5c75.zip |
Fix dependency (m4>=1.4.11). The previous version of m4 (1.4.9)
has a bug in negative number handling and cad/pcb can fail in the
configuring stage due to it.
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 631a5b86e72b..61f846c8b7f3 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcb PORTVERSION= 20080202 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= X11 interactive printed circuit board layout system LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4 BUILD_DEPENDS= ${RUN_DEPENDS} GNU_CONFIGURE= yes |