diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-08 20:59:56 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-08 20:59:56 +0000 |
commit | f691fe94db2fc2645f54d9fb0b2ce6e0ef72c0be (patch) | |
tree | 748b75c25c92e20d075fdf024c9f7bb7d1a45da2 /audio/prokyon3 | |
parent | Fix build without imake. (diff) |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Approved by: maintainer
Diffstat (limited to 'audio/prokyon3')
-rw-r--r-- | audio/prokyon3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 19f2f6d08f8b..85379445a6bf 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> |