diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-07-23 15:39:09 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-07-23 15:39:09 +0000 |
commit | 6f9e3b621121eee6beb71937697f4b0ae411d2f1 (patch) | |
tree | 191810bcf1bd983b56fd03cd6ab196927c9e987a /graphics/xfig/Makefile | |
parent | Unsplit multi-line string literals. (diff) |
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%/ |