diff options
author | des <des@FreeBSD.org> | 2003-07-23 23:39:09 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-07-23 23:39:09 +0800 |
commit | 6a652531a4eb8d716e88262999ec5019d5473d4b (patch) | |
tree | 20a918fb82720ec6cfc34fb26117d9f9f5bc1df8 /graphics/xfig/Makefile | |
parent | 40e349d05f68fff96700c774499a7a0aded82053 (diff) | |
download | freebsd-ports-gnome-6a652531a4eb8d716e88262999ec5019d5473d4b.tar.gz freebsd-ports-gnome-6a652531a4eb8d716e88262999ec5019d5473d4b.tar.zst freebsd-ports-gnome-6a652531a4eb8d716e88262999ec5019d5473d4b.zip |
Don't force the use of small icons, they're unreadable (and impossible to
hit with the mouse) on modern displays.
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 06b4d3f7dce2..bc87a7b24129 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfig PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.xfig.org/xfigdist/ \ ftp://www-epb.lbl.gov/xfig/%SUBDIR%/ |