1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix LDFLAGS so jpeg is detected

- Bump portrevision

PR:		ports/132316
Submitted by:	Mel <mel@rachie.is-a-geek.net>
This commit is contained in:
Beech Rintoul 2009-03-09 00:05:05 +00:00
parent 5e5ba791ab
commit 781857d453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229707

View File

@ -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