diff options
Diffstat (limited to 'graphics/geos/Makefile')
-rw-r--r-- | graphics/geos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 28ecdc7..c7c55c2 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= geos -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= graphics MASTER_SITES= http://geos.refractions.net/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES USE_BZIP2= YES USE_GCC= 3.4+ -INSTALLS_SHLIB= YES +USE_LDCONFIG= YES CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |