diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 21:36:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 21:36:23 +0000 |
commit | 4abbf3af132f42b80fb83e4ad2a5bd0e5b13d687 (patch) | |
tree | c1f14ed106695e4b4772b53f934f323de4fc98e8 /graphics/figurine/Makefile | |
parent | d0ac4d5989526317b2d521bf8ad9f0958c3e063e (diff) | |
download | ports-4abbf3af132f42b80fb83e4ad2a5bd0e5b13d687.tar.gz ports-4abbf3af132f42b80fb83e4ad2a5bd0e5b13d687.zip |
Notes
Diffstat (limited to 'graphics/figurine/Makefile')
-rw-r--r-- | graphics/figurine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/figurine/Makefile b/graphics/figurine/Makefile index 62417d431754..d9f77bcd786a 100644 --- a/graphics/figurine/Makefile +++ b/graphics/figurine/Makefile @@ -7,7 +7,7 @@ PORTNAME= figurine PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= A drawing program for X11 RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig GNU_CONFIGURE= yes -USE_XPM= yes +USE_XORG= xpm MAN1= figurine.1 |