diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
commit | 6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a (patch) | |
tree | c31d0022b011f120521cb2b532c8ec7a9954196c /lang/gnustep-guile | |
parent | 2c1a52bb7dfebb75d711f7beb6e8ef74200ef6f7 (diff) |
Notes
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 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> |