aboutsummaryrefslogtreecommitdiff
path: root/graphics/libwmf
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2007-08-14 14:32:40 +0000
committerMartin Matuska <mm@FreeBSD.org>2007-08-14 14:32:40 +0000
commit9dfab16389733ac53d4c422d97f83959fa7b442e (patch)
tree3ae00847c48904e52fae9b108d7d632a4651c12f /graphics/libwmf
parent48c716f738215befb478c6de199c8b7f816c405b (diff)
downloadports-9dfab16389733ac53d4c422d97f83959fa7b442e.tar.gz
ports-9dfab16389733ac53d4c422d97f83959fa7b442e.zip
- Replace USE_XLIB with USE_XORG=x11
- Bump PORTREVISION Approved by: garga (mentor, implicit)
Notes
Notes: svn path=/head/; revision=197669
Diffstat (limited to 'graphics/libwmf')
-rw-r--r--graphics/libwmf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index 1dcbb37d9307..8064dc406e2b 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libwmf
PORTVERSION= 0.2.8.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wvware
@@ -33,7 +33,7 @@ PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS+= --with-x=no
PLIST_SUB+= X11='@comment '
.else
-USE_XLIB= yes
+USE_XORG= x11
PLIST_SUB+= X11=''
.endif