From 93e6e8d0e30f1ea986e3dec51d82acb3826ee35c Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 30 Dec 2005 21:04:39 +0000 Subject: [PATCH] SHARED_LIBS --- net/GeoIP/Makefile | 6 +++++- net/GeoIP/pkg/PFRAG.shared | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 98a637560ab..866c9ac4c36 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,8 +1,12 @@ -# $OpenBSD: Makefile,v 1.7 2005/12/09 19:33:45 steven Exp $ +# $OpenBSD: Makefile,v 1.8 2005/12/30 21:04:39 steven Exp $ COMMENT= "find the country where IP address/hostname originates from" DISTNAME= GeoIP-1.3.14 +SHARED_LIBS= GeoIP 4.14 \ + GeoIPUpdate 0.0 +MODGNU_SHARED_LIBS= GeoIP '' \ + GeoIPUpdate '' CATEGORIES= net HOMEPAGE= http://www.maxmind.com/geoip/ diff --git a/net/GeoIP/pkg/PFRAG.shared b/net/GeoIP/pkg/PFRAG.shared index b954e3daeda..20f2a8b63da 100644 --- a/net/GeoIP/pkg/PFRAG.shared +++ b/net/GeoIP/pkg/PFRAG.shared @@ -1,3 +1,3 @@ -@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/09 19:33:45 steven Exp $ -@lib lib/libGeoIP.so.4.14 -@lib lib/libGeoIPUpdate.so.0.0 +@comment $OpenBSD: PFRAG.shared,v 1.5 2005/12/30 21:04:39 steven Exp $ +@lib lib/libGeoIP.so.${LIBGeoIP_VERSION} +@lib lib/libGeoIPUpdate.so.${LIBGeoIPUpdate_VERSION}