aboutsummaryrefslogtreecommitdiff
path: root/net/x11vnc
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2009-03-09 00:05:05 +0000
committerBeech Rintoul <beech@FreeBSD.org>2009-03-09 00:05:05 +0000
commit781857d4533dc09ab7499955f982cfe612ef154c (patch)
treeaa35a0a80b6ef046574346f43c869fe01b14c8c4 /net/x11vnc
parent5e5ba791ab4f9d7ea48768f40c7d03463b0c5c03 (diff)
downloadports-781857d4533dc09ab7499955f982cfe612ef154c.tar.gz
ports-781857d4533dc09ab7499955f982cfe612ef154c.zip
Notes
Diffstat (limited to 'net/x11vnc')
-rw-r--r--net/x11vnc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile
index f3bf029c23b5..ee1d6ea5fc01 100644
--- a/net/x11vnc/Makefile
+++ b/net/x11vnc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= x11vnc
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MASTER_SITE_SUBDIR=libvncserver
@@ -20,12 +21,13 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_GNOME= gnometarget
USE_XORG= x11 xdamage xfixes xrandr xinerama xext xtst xau xrender xdmcp recordproto
+# Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS
+LDFLAGS+= -L${LOCALBASE}/lib
USE_OPENSSL= yes
USE_ICONV= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
MAN1= x11vnc.1
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README README.LibVNCServer TODO