diff options
author | marcus <marcus@FreeBSD.org> | 2006-07-13 21:18:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-07-13 21:18:52 +0800 |
commit | bf1b593ab3605047a45b2658ac639968da8e7487 (patch) | |
tree | 2b8d72a9a4764c3f73d3916ae271231faf99b7c1 /accessibility/gnopernicus/Makefile | |
parent | 42478bea1edc0d57ef0e798cb9dea39bdc3ddf99 (diff) | |
download | freebsd-ports-gnome-bf1b593ab3605047a45b2658ac639968da8e7487.tar.gz freebsd-ports-gnome-bf1b593ab3605047a45b2658ac639968da8e7487.tar.zst freebsd-ports-gnome-bf1b593ab3605047a45b2658ac639968da8e7487.zip |
Update to 1.0.6.
Diffstat (limited to 'accessibility/gnopernicus/Makefile')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 561e7e256389..8face7430f94 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gnopernicus -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas -SHLIB_VERSION= 5 +SHLIB_VERSION= 6 PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} post-patch: |