diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-18 00:41:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-18 00:41:01 +0800 |
commit | 04ccfc7e854fbd82a51b05a06a3738aecfdf65df (patch) | |
tree | b4979d42953ed1a718218a0a23fa5e9f14052b09 /audio | |
parent | 19cf57c8b3a3ff63dc4a2dd4196d8b7e65040c1b (diff) | |
download | freebsd-ports-gnome-04ccfc7e854fbd82a51b05a06a3738aecfdf65df.tar.gz freebsd-ports-gnome-04ccfc7e854fbd82a51b05a06a3738aecfdf65df.tar.zst freebsd-ports-gnome-04ccfc7e854fbd82a51b05a06a3738aecfdf65df.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) |