Get rid of USE_XLIB and use "USE_XORG=xxf86dga xxf86vm" instead.

This commit is contained in:
Emanuel Haupt 2008-03-17 16:41:01 +00:00
parent 005580a8f2
commit cd9c9e2fff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209225

View file

@ -7,7 +7,7 @@
PORTNAME= ocp
PORTVERSION= 0.1.13
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://stian.lunafish.org/ocp/ \
http://critical.ch/distfiles/ \
@ -63,7 +63,7 @@ RUN_DEPENDS+= ${TIMIDITY_CFG}:${PORTSDIR}/audio/eawpats
.if defined(WITHOUT_X11)
CONFIGURE_ARGS+= --without-x11
.else
USE_XLIB= yes
USE_XORG= xxf86dga xxf86vm
CONFIGURE_ARGS+= --with-x11=yes
.endif
.if defined(WITH_DEBUG)