1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix dependency on gtkmm

PR:		ports/135672
Submitted by:	Katsuyoshi OHARA <ohara@air.s.kanazawa-u.ac.jp>
This commit is contained in:
Martin Blapp 2009-06-17 17:00:21 +00:00
parent a2cf5a789e
commit 9cf0597c0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236143

View File

@ -36,7 +36,8 @@ LIB_DEPENDS+= uriparser.1:${PORTSDIR}/net/uriparser
.else
CONFIGURE_ARGS+= --disable-unity
.endif
CONFIGURE_ARGS+= --with-x --without-gtkmm
LIB_DEPENDS+= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
CONFIGURE_ARGS+= --with-x
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
USE_XORG= x11 ice sm xext xineramaproto xinerama xrandr xrender \