diff options
author | marcus <marcus@FreeBSD.org> | 2005-05-07 13:15:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-05-07 13:15:52 +0800 |
commit | 1d6b47f4bd22b8f9ad450785afbf5727c719e9b7 (patch) | |
tree | d96358642410133c205e072584cc6d98dd56cb6b /accessibility/gnopernicus/Makefile | |
parent | e1083bb9ef553c31146e0abce28aa1730dcb4c68 (diff) | |
download | freebsd-ports-gnome-1d6b47f4bd22b8f9ad450785afbf5727c719e9b7.tar.gz freebsd-ports-gnome-1d6b47f4bd22b8f9ad450785afbf5727c719e9b7.tar.zst freebsd-ports-gnome-1d6b47f4bd22b8f9ad450785afbf5727c719e9b7.zip |
Update to 0.10.9.
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 0795da8707e8..335bbdcaa136 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnopernicus -PORTVERSION= 0.10.8 +PORTVERSION= 0.10.9 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 @@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas -SHLIB_VERSION= 8 +SHLIB_VERSION= 9 PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} post-patch: |