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 /devel/libgtop | |
parent | Fix build with guile-1.6.4. (diff) |
Chase guile's shared lib version.
Notes
Notes:
svn path=/head/; revision=79982
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index e3505ff6544f..9ef65f167344 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgtop PORTVERSION= 1.0.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME top library -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_PERL5= yes USE_GMAKE= yes |