diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-14 16:28:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-14 16:28:12 +0000 |
commit | fb5e70be18e190d3f41f31c9d2a233ee0170b504 (patch) | |
tree | a682aa31ecb08f7a1fc9213b849e7f97f4ad95a0 /audio/xmms-wma | |
parent | 4e3803ecd32004fae56139217672ba98db97ded4 (diff) | |
download | ports-fb5e70be18e190d3f41f31c9d2a233ee0170b504.tar.gz ports-fb5e70be18e190d3f41f31c9d2a233ee0170b504.zip |
- Replace USE_XLIB to USE_XORG
PR: 121627
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=209051
Diffstat (limited to 'audio/xmms-wma')
-rw-r--r-- | audio/xmms-wma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-wma/Makefile b/audio/xmms-wma/Makefile index 6ffa112c6475..7884eeb78a85 100644 --- a/audio/xmms-wma/Makefile +++ b/audio/xmms-wma/Makefile @@ -18,11 +18,12 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes USE_GMAKE= yes -USE_X_PREFIX= yes CFLAGS+= -fPIC -DPIC ONLY_FOR_ARCHS= i386 amd64 sparc64 +USE_XORG= xi xext x11 PLIST_FILES= lib/xmms/Input/libwma.so +USE_LDCONFIG= yes .if defined(WITH_ICONV) CFLAGS+= -DUSE_ICONV |