diff options
Diffstat (limited to 'x11-servers/x2vnc/Makefile')
-rw-r--r-- | x11-servers/x2vnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile index 826ddc7fbcd9..8a90211123fa 100644 --- a/x11-servers/x2vnc/Makefile +++ b/x11-servers/x2vnc/Makefile @@ -16,8 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A program to link multiple X and VNC servers together GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_XORG= x11 xext xrandr xxf86dga ice xinerama xrandr xrender xscrnsaver sm MAN1= x2vnc.1 |