diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-06-18 04:53:55 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-06-18 04:53:55 +0000 |
commit | f0cb0fe72538ba35a612edfae21e80078b0fad61 (patch) | |
tree | a0842b13b2f22843d26d7a970d9679ae666c4fed /cad | |
parent | 4c5126c4dd6e33a86a507555a7d52563490bfed8 (diff) | |
download | ports-f0cb0fe72538ba35a612edfae21e80078b0fad61.tar.gz ports-f0cb0fe72538ba35a612edfae21e80078b0fad61.zip |
Notes
Diffstat (limited to 'cad')
-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 |