diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 14:14:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 14:14:29 +0800 |
commit | 5b55a6162fabc7683e80f72c7bc8a5f6ee6ff51b (patch) | |
tree | a385ace8339ce98492d4ce35c4fd338596e11a3a /net/libvncserver | |
parent | 62438f40d0cca9e3fabd722d733d5b978dcfd892 (diff) | |
download | freebsd-ports-gnome-5b55a6162fabc7683e80f72c7bc8a5f6ee6ff51b.tar.gz freebsd-ports-gnome-5b55a6162fabc7683e80f72c7bc8a5f6ee6ff51b.tar.zst freebsd-ports-gnome-5b55a6162fabc7683e80f72c7bc8a5f6ee6ff51b.zip |
Use stage
Modernize LIB_DEPENDS
Diffstat (limited to 'net/libvncserver')
-rw-r--r-- | net/libvncserver/Makefile | 7 | ||||
-rw-r--r-- | net/libvncserver/pkg-plist | 12 |
2 files changed, 9 insertions, 10 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index 7db3547acbf1..b6f10b8d9bee 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -13,8 +13,8 @@ COMMENT= Provide an easy API to write one's own vnc server LICENSE= GPLv2 -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png USES= pathfix USE_LDCONFIG= yes @@ -41,7 +41,6 @@ GCRYPT_CONFIGURE_OFF= --without-gcrypt IPV6_CONFIGURE_ON= --with-ipv6 IPV6_CONFIGURE_OFF= --without-ipv6 -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} @@ -55,6 +54,6 @@ post-patch: '/^SUBDIRS/s|x11vnc||g' ${WRKSRC}/Makefile.in post-install: - ${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${PREFIX}/include/rfb + ${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${STAGEDIR}${PREFIX}/include/rfb .include <bsd.port.mk> diff --git a/net/libvncserver/pkg-plist b/net/libvncserver/pkg-plist index a8574f3783cf..9d92f28de743 100644 --- a/net/libvncserver/pkg-plist +++ b/net/libvncserver/pkg-plist @@ -8,13 +8,13 @@ include/rfb/rfbint.h include/rfb/rfbproto.h include/rfb/rfbregion.h lib/libvncclient.a +lib/libvncclient.la +lib/libvncclient.so +lib/libvncclient.so.0 lib/libvncserver.a -lib/libvncserver.so.0 -lib/libvncserver.so lib/libvncserver.la -lib/libvncclient.so.0 -lib/libvncclient.so -lib/libvncclient.la -libdata/pkgconfig/libvncserver.pc +lib/libvncserver.so +lib/libvncserver.so.0 libdata/pkgconfig/libvncclient.pc +libdata/pkgconfig/libvncserver.pc @dirrm include/rfb |