diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-06-07 02:49:19 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-06-07 02:49:19 +0000 |
commit | d2910c23fc01258362315f9b6a4e16202f8b410c (patch) | |
tree | 1dd0f34ec6b65b3707bb221752e259300cee1fff /audio | |
parent | Update to 0.4.13 and remove X11BASE. (diff) |
- set WRKSRC to fix build
Notes
Notes:
svn path=/head/; revision=192962
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gx2osd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gx2osd/Makefile b/audio/gx2osd/Makefile index 90c2b63d0e7f..af130dd7907b 100644 --- a/audio/gx2osd/Makefile +++ b/audio/gx2osd/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2 USE_BZIP2= yes USE_PYTHON_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= WAF_HOME=. MAN1= gx2osd.1 |