diff options
author | kwm <kwm@FreeBSD.org> | 2015-10-14 04:20:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-10-14 04:20:44 +0800 |
commit | 2cf1c72133b9281cf8154fd1b8a78287773eb052 (patch) | |
tree | aa721aa1526b98346577998ce82cfbb5e78b472b /net/tigervnc | |
parent | f72a3cd3b0dd87430dca2a42b1c2229fe3e5d302 (diff) | |
download | freebsd-ports-gnome-2cf1c72133b9281cf8154fd1b8a78287773eb052.tar.gz freebsd-ports-gnome-2cf1c72133b9281cf8154fd1b8a78287773eb052.tar.zst freebsd-ports-gnome-2cf1c72133b9281cf8154fd1b8a78287773eb052.zip |
Add presentproto, which is a build dependancy of xorg-server. This should
fix tigervnc in poudriere again.
Submitted by: olgeni@
Diffstat (limited to 'net/tigervnc')
-rw-r--r-- | net/tigervnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile index 43ae89d62cb2..ad8e4ae89330 100644 --- a/net/tigervnc/Makefile +++ b/net/tigervnc/Makefile @@ -35,7 +35,7 @@ GH_ACCOUNT= TigerVNC USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \ inputproto kbproto pixman randrproto renderproto resourceproto \ scrnsaverproto videoproto xau xdmcp xext xkbfile xcmiscproto xextproto \ - xfont xproto xrandr xtrans xtst xorg-macros + xfont xproto xrandr xtrans xtst xorg-macros presentproto CFLAGS+= -fPIC |