diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-03-09 00:05:05 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-03-09 00:05:05 +0000 |
commit | 781857d4533dc09ab7499955f982cfe612ef154c (patch) | |
tree | aa35a0a80b6ef046574346f43c869fe01b14c8c4 /net | |
parent | 5e5ba791ab4f9d7ea48768f40c7d03463b0c5c03 (diff) | |
download | ports-781857d4533dc09ab7499955f982cfe612ef154c.tar.gz ports-781857d4533dc09ab7499955f982cfe612ef154c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/x11vnc/Makefile | 6 |
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 |