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-wm | |
parent | abaadb8d6efbfc93e023f17cd9f4ce0a8f6523c0 (diff) |
Chase librep shared lib version bump.
Notes
Notes:
svn path=/head/; revision=194503
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 3a24404c0ad1..e9a9e0469f50 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Lisp configurable window manager -LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep +LIB_DEPENDS= rep.13:${PORTSDIR}/lang/librep BUILD_DEPENDS= ${LOCALBASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2 RUN_DEPENDS= ${LOCALBASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2 |