diff options
Diffstat (limited to 'accessibility/gnopernicus/Makefile')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index bc2e77d73..3deba71f0 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.56 2005/06/28 05:39:56 adamw Exp $ +# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.57 2005/07/01 17:52:47 marcus Exp $ # PORTNAME= gnopernicus -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas -SHLIB_VERSION= 2 +SHLIB_VERSION= 3 PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} post-patch: |