diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-14 22:42:45 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-14 22:42:45 +0800 |
commit | 8da6add5e94c53b0d5e5303e5a8a8df64e42bb07 (patch) | |
tree | caabbc9c7c50d7c4eb95bcea68298d5c5c51ef64 /accessibility/gnopernicus | |
parent | 5640e7a5fd132a3e4f48d69db109e8f3b8562511 (diff) | |
download | marcuscom-ports-8da6add5e94c53b0d5e5303e5a8a8df64e42bb07.tar marcuscom-ports-8da6add5e94c53b0d5e5303e5a8a8df64e42bb07.tar.gz marcuscom-ports-8da6add5e94c53b0d5e5303e5a8a8df64e42bb07.tar.bz2 marcuscom-ports-8da6add5e94c53b0d5e5303e5a8a8df64e42bb07.tar.lz marcuscom-ports-8da6add5e94c53b0d5e5303e5a8a8df64e42bb07.tar.xz marcuscom-ports-8da6add5e94c53b0d5e5303e5a8a8df64e42bb07.tar.zst marcuscom-ports-8da6add5e94c53b0d5e5303e5a8a8df64e42bb07.zip |
Update the SHLIB_VERSION to fix the plist.
Pointyhat to: mezz
Reported by: MC tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6068 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnopernicus')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index d6721984b..0008f7b5d 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.74 2006/04/10 17:42:34 mezz Exp $ +# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.75 2006/04/13 07:52:29 bland Exp $ # PORTNAME= gnopernicus PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -30,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas -SHLIB_VERSION= 3 +SHLIB_VERSION= 4 PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} post-patch: |