diff options
author | beech <beech@FreeBSD.org> | 2009-03-09 00:05:05 +0000 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-03-09 00:05:05 +0000 |
commit | 7b616543d6b428ee28848dc7d5290048126c2ff2 (patch) | |
tree | 688c7454c0306ddcb14c92c0a641f888d912343c | |
parent | 5f7e90f60340e9bcaaae286a227944b523c0a18c (diff) | |
download | FreeBSD-ports-7b616543d6b428ee28848dc7d5290048126c2ff2.zip FreeBSD-ports-7b616543d6b428ee28848dc7d5290048126c2ff2.tar.gz |
- Fix LDFLAGS so jpeg is detected
- Bump portrevision
PR: ports/132316
Submitted by: Mel <mel@rachie.is-a-geek.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 f3bf029..ee1d6ea 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 |