diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-27 13:39:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-27 13:39:52 +0000 |
commit | ec4540e85f5805946fc16d20bb8962d336f0ca1a (patch) | |
tree | bb2b1359f76b6ee7b34e71908755bc7f52ceb433 /audio/rsynth | |
parent | f6d2aec99f702ab81ef428a2e8ed6ba15a52dfea (diff) | |
download | ports-ec4540e85f5805946fc16d20bb8962d336f0ca1a.tar.gz ports-ec4540e85f5805946fc16d20bb8962d336f0ca1a.zip |
Notes
Diffstat (limited to 'audio/rsynth')
-rw-r--r-- | audio/rsynth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 4cfd3a65cc9b..411bf840eb1d 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \ audio:${PORTSDIR}/audio/nas GNU_CONFIGURE= yes +CONFIGURE_ARGS= --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib pre-configure: @${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c |