diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 16:41:01 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 16:41:01 +0000 |
commit | cd9c9e2fffc829bb722ffb8c045f1418195c1d89 (patch) | |
tree | 8d0a816ff742ee9db0c282a68c3fdc94db202eda /audio | |
parent | 005580a8f2e4e88a12356b62aa613cbbdd60ad52 (diff) | |
download | freebsd-ports-cd9c9e2fffc829bb722ffb8c045f1418195c1d89.zip |
Get rid of USE_XLIB and use "USE_XORG=xxf86dga xxf86vm" instead.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 4b1a2c2be14a..4635b7c2b310 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -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) |