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 /math/drgenius | |
parent | 2c1a52bb7dfebb75d711f7beb6e8ef74200ef6f7 (diff) |
Chase guile's shared lib version.
Notes
Notes:
svn path=/head/; revision=79982
Diffstat (limited to 'math/drgenius')
-rw-r--r-- | math/drgenius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/drgenius/Makefile b/math/drgenius/Makefile index 84b016ce2d0e..cdd2383e6228 100644 --- a/math/drgenius/Makefile +++ b/math/drgenius/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Gnome Interactive Geometry Sofware BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_X_PREFIX= yes USE_REINPLACE= yes |