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 52aff2fa9..fa181f161 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.81 2006/07/21 20:46:53 mezz Exp $ +# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.82 2006/07/24 17:21:56 ahze Exp $ # PORTNAME= gnopernicus -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags gtk+-2.0`" MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas -SHLIB_VERSION= 1 +SHLIB_VERSION= 2 PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} post-patch: |