diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-06-30 05:39:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-06-30 05:39:22 +0000 |
commit | 2910f64bf2bc7e808ef8bfe85a01ed3cb9eddc87 (patch) | |
tree | 194b15e220703c479e301e78ed65add61779edef /x11-toolkits | |
parent | Update to 0.17. (diff) |
Chase librep shared lib version bump.
Notes
Notes:
svn path=/head/; revision=194503
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index 85cad59fdb3a..4762820c2a10 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= rep-gtk PORTVERSION= 0.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/rep-gtk/0.15 @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= sources/rep-gtk/0.15 MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ binding for rep Lisp interpreter -LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep +LIB_DEPENDS= rep.13:${PORTSDIR}/lang/librep PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index c8072b97e241..580088b73b61 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -7,7 +7,7 @@ PORTNAME= rep-gtk2 PORTVERSION= 0.18 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,7 +17,7 @@ DISTNAME= rep-gtk-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+-2 binding for rep Lisp interpreter -LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep +LIB_DEPENDS= rep.13:${PORTSDIR}/lang/librep PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} |