- Replace USE_XLIB with USE_XORG=x11

- Bump PORTREVISION

Approved by:	garga (mentor, implicit)
This commit is contained in:
Martin Matuska 2007-08-14 14:32:40 +00:00
parent 48c716f738
commit 9dfab16389
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197669

View file

@ -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