aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-guile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-02 03:29:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-02 03:29:26 +0000
commit6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a (patch)
treec31d0022b011f120521cb2b532c8ec7a9954196c /lang/gnustep-guile
parent2c1a52bb7dfebb75d711f7beb6e8ef74200ef6f7 (diff)
downloadports-6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a.tar.gz
ports-6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a.zip
Chase guile's shared lib version.
Notes
Notes: svn path=/head/; revision=79982
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r--lang/gnustep-guile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index 1f83897758f6..32a4b33da927 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= libs
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep interface to the GUILE scheme interpreter
-LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
@@ -45,6 +45,6 @@ USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V PORTVERSION)
+GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
.include <bsd.port.post.mk>