diff options
author | danfe <danfe@FreeBSD.org> | 2006-02-27 06:18:47 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-02-27 06:18:47 +0800 |
commit | eee89bb0e7e27db17eb746efb52071f2d31cad43 (patch) | |
tree | 2297698700bbafc294c1a1a9d42d7e474ff80113 | |
parent | 7a4fb10ebce15b1aff3e7fa1351974504a23cbc2 (diff) | |
download | freebsd-ports-gnome-eee89bb0e7e27db17eb746efb52071f2d31cad43.tar.gz freebsd-ports-gnome-eee89bb0e7e27db17eb746efb52071f2d31cad43.tar.zst freebsd-ports-gnome-eee89bb0e7e27db17eb746efb52071f2d31cad43.zip |
Unbreak by updating to latest stable version.
Approved by: portmgr (marcus)
-rw-r--r-- | cad/xcircuit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 1d1d4660e942..3de9962459ee 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 3.4.11 +PORTVERSION= 3.4.16 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ @@ -14,8 +14,6 @@ MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= An X11 drawing program [especially for circuit schematics] -BROKEN= Size mismatch - USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes |