diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
commit | f2957143a59075805ac0945e29236840562c899e (patch) | |
tree | dbff97e68227244263f74e0a9e69ed4d65993552 /lang/gnustep-guile | |
parent | bbf81f184024ecfffb954b8ca295ab5ab167b742 (diff) | |
download | FreeBSD-ports-f2957143a59075805ac0945e29236840562c899e.zip FreeBSD-ports-f2957143a59075805ac0945e29236840562c899e.tar.gz |
Chase guile's shared lib version.
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r-- | lang/gnustep-guile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 1f83897..32a4b33 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> |