diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:39:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:39:37 +0000 |
commit | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (patch) | |
tree | f56108334437cd46d45b2c31354e0c6a335683df /net/x11vnc | |
parent | d58562f4ecb2f2f943a3081fba42509ff2f34c95 (diff) |
Add an explicit dependency on pkgconfig
Notes
Notes:
svn path=/head/; revision=325944
Diffstat (limited to 'net/x11vnc')
-rw-r--r-- | net/x11vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index da1116fd144e..5d61384e3ae1 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -22,7 +22,7 @@ USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |