diff options
author | joerg <joerg@FreeBSD.org> | 2005-09-14 20:15:59 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2005-09-14 20:15:59 +0800 |
commit | 9742c9ddbbf2cbbd723b4f4e29e054ae62efae47 (patch) | |
tree | 1ec2ef147b9d63c0a43dd9091e3a93b808b33dbd /cad/xcircuit/Makefile | |
parent | 27c1d434212223d86699ed1679d6544888953b82 (diff) | |
download | freebsd-ports-graphics-9742c9ddbbf2cbbd723b4f4e29e054ae62efae47.tar.gz freebsd-ports-graphics-9742c9ddbbf2cbbd723b4f4e29e054ae62efae47.tar.zst freebsd-ports-graphics-9742c9ddbbf2cbbd723b4f4e29e054ae62efae47.zip |
Fix a coredump in the undo processing when doing a rotate editing
operation.
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index a618447d0be..a57ad9be248 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -7,6 +7,7 @@ PORTNAME= xcircuit PORTVERSION= 3.3.33 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ |