aboutsummaryrefslogtreecommitdiff
path: root/devel/libgpkg
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-29 19:57:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-29 19:57:11 +0000
commitc66663594932dc27580a5115079f0cd708df5711 (patch)
treeed22bd2373e4349872d68fc7250e20cb85cbd640 /devel/libgpkg
parent15cebad19c7cddd1013f0f9e12d1bf4e233e9454 (diff)
downloadports-c66663594932dc27580a5115079f0cd708df5711.tar.gz
ports-c66663594932dc27580a5115079f0cd708df5711.zip
Notes
Diffstat (limited to 'devel/libgpkg')
-rw-r--r--devel/libgpkg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgpkg/Makefile b/devel/libgpkg/Makefile
index d02d8a8b8e8b..d74c8551ed5c 100644
--- a/devel/libgpkg/Makefile
+++ b/devel/libgpkg/Makefile
@@ -17,8 +17,8 @@ LICENSE= APACHE20
OPTIONS_DEFINE= GEOS
OPTIONS_DEFAULT=GEOS
-USE_BZIP2= yes
-USES= cmake
+USE_LDCONFIG= yes
+USES= cmake tar:bzip2
WRKSRC= ${WRKDIR}/luciad-libgpkg-efe52f76ad35
@@ -27,6 +27,6 @@ GEOS_CMAKE_ON= -DGPKG_GEOS=ON
GEOS_LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos
post-install:
- @${INSTALL_LIB} ${WRKSRC}/gpkg/libgpkg.a ${STAGEDIR}${PREFIX}/lib/
+ ${INSTALL_LIB} ${WRKSRC}/gpkg/libgpkg.a ${STAGEDIR}${PREFIX}/lib/
.include <bsd.port.mk>