summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2004-12-08 20:59:56 +0000
committerlesi <lesi@FreeBSD.org>2004-12-08 20:59:56 +0000
commit473fa0b273fc1fb7f1767cb0bb1890f1b3b86664 (patch)
tree518a96743af782044c945a2dcbac7f7f3e0750fb /audio
parent3cb76c9b1b976bb28e3081e1cf32729f30372ca0 (diff)
downloadFreeBSD-ports-473fa0b273fc1fb7f1767cb0bb1890f1b3b86664.zip
FreeBSD-ports-473fa0b273fc1fb7f1767cb0bb1890f1b3b86664.tar.gz
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: maintainer
Diffstat (limited to 'audio')
-rw-r--r--audio/prokyon3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile
index 19f2f6d..8537944 100644
--- a/audio/prokyon3/Makefile
+++ b/audio/prokyon3/Makefile
@@ -27,7 +27,8 @@ USE_REINPLACE= yes
USE_GETOPT_LONG=yes
USE_MYSQL= yes
CONFIGURE_ARGS+=--with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\
- --with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE}
+ --with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} \
+ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud