summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-22 14:48:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-22 14:48:03 +0000
commit077a58f032efc81c06a5c627cf14888c6eee37d9 (patch)
tree14fee1a21bf0a706c4026dfb70c9bd7281351d20 /print
parent- make YAML and XS/C required, not optional (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209583
Diffstat (limited to 'print')
-rw-r--r--print/gv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 0e54e3764184..18a40d2b4093 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gv
PORTVERSION= 3.6.3
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,8 +18,7 @@ COMMENT= A PostScript and PDF previewer
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
-USE_X_PREFIX= yes
-USE_XPM= yes
+USE_XORG= xpm
USE_GHOSTSCRIPT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes