diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-02 12:24:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-02 12:24:59 +0000 |
commit | efa1bb68ee8d64b36a3defa6339a08df379651d2 (patch) | |
tree | 04f18c82e261a4d2d77f30c6203027518c1c7ca7 /audio | |
parent | Update to 1.0.pre1. (diff) |
Add missed USE_X_PREFIX.
PR: 21698
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=33321
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-liveice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile index cf0b0c4a03f0..812ec5edf0b6 100644 --- a/audio/xmms-liveice/Makefile +++ b/audio/xmms-liveice/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms RUN_DEPENDS= ${LOCALBASE}/bin/lame:${PORTSDIR}/audio/lame WRKSRC= ${WRKDIR}/LiveIce-1.0.0 + +USE_X_PREFIX= yes USE_LIBTOOL= yes GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |