diff options
author | araujo <araujo@FreeBSD.org> | 2017-07-12 10:39:35 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-07-12 10:39:35 +0800 |
commit | ca0a4a904559b9cd4f01390665f447c144335d9f (patch) | |
tree | 229c34f56655cebd85c2ddc0b4556a5bffb7dcef /net/libvncserver/Makefile | |
parent | 13c6c73898d59c679e4fa986b9b8444dd017bd9c (diff) | |
download | freebsd-ports-gnome-ca0a4a904559b9cd4f01390665f447c144335d9f.tar.gz freebsd-ports-gnome-ca0a4a904559b9cd4f01390665f447c144335d9f.tar.zst freebsd-ports-gnome-ca0a4a904559b9cd4f01390665f447c144335d9f.zip |
Bump PORTREVISION of several ports that depends of net/libvncserver to
reflect the changes made on r445054.
PR: ports/220565 (based on)
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
Sponsored by: iXsystems, Inc.
Diffstat (limited to 'net/libvncserver/Makefile')
-rw-r--r-- | net/libvncserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index c617b19d266b..ea9a71fd075c 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -20,7 +20,7 @@ GH_ACCOUNT= LibVNC USES= autoreconf jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -g -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip |