Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: maintainer
This commit is contained in:
parent
78aba9eb1e
commit
f691fe94db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123491
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue