diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-30 05:46:52 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-30 05:46:52 +0800 |
commit | f36d799c8b582fc12b6a2a4cee87eaa789e25b49 (patch) | |
tree | 1068485cb766ace00bdb8cfe103d89e88e87505b /www/links-hacked | |
parent | bc1e4cba8e9ee1f556c4118156314c5638597078 (diff) | |
download | freebsd-ports-gnome-f36d799c8b582fc12b6a2a4cee87eaa789e25b49.tar.gz freebsd-ports-gnome-f36d799c8b582fc12b6a2a4cee87eaa789e25b49.tar.zst freebsd-ports-gnome-f36d799c8b582fc12b6a2a4cee87eaa789e25b49.zip |
devel/directfb:
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Simplify pthread patches
Approved by: portmgr (implicit, fix LIB_DEPENDS in unstaged port)
Diffstat (limited to 'www/links-hacked')
-rw-r--r-- | www/links-hacked/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links-hacked/Makefile b/www/links-hacked/Makefile index 4ca4cfbd5d46..302c35555309 100644 --- a/www/links-hacked/Makefile +++ b/www/links-hacked/Makefile @@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --without-svgalib .endif .if ${PORT_OPTIONS:MDIRECTFB} -LIB_DEPENDS+= libdirectfb-1.4.so:${PORTSDIR}/devel/directfb +LIB_DEPENDS+= libdirectfb.so:${PORTSDIR}/devel/directfb CONFIGURE_ARGS+= --with-directfb .else CONFIGURE_ARGS+= --without-directfb |