summaryrefslogtreecommitdiff
path: root/geography/geos/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-09-20 16:01:48 +0000
committergdt <gdt@pkgsrc.org>2006-09-20 16:01:48 +0000
commit9b356774ed79f07a16b4726df0f303c3cb86d0b5 (patch)
treea5743adf5bae3f312fd6657c08a5db2d39b96d81 /geography/geos/Makefile
parentd88a138643f2bf44b55fcf99cccff7b47e0f17dc (diff)
downloadpkgsrc-9b356774ed79f07a16b4726df0f303c3cb86d0b5.tar.gz
Add @LDFLAGS@ to tools/geos-config.in, so that 'geos-config --libs'
prints -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lgeos instead of -L/usr/pkg/lib -lgeos
Diffstat (limited to 'geography/geos/Makefile')
-rw-r--r--geography/geos/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile
index 8719ecd88b4..d537dd19e4e 100644
--- a/geography/geos/Makefile
+++ b/geography/geos/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:16 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2006/09/20 16:01:48 gdt Exp $
#
DISTNAME= geos-2.0.0
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= http://geos.refractions.net/
EXTRACT_SUFX= .tar.bz2