diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-02 11:29:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-02 11:29:26 +0800 |
commit | f2957143a59075805ac0945e29236840562c899e (patch) | |
tree | dbff97e68227244263f74e0a9e69ed4d65993552 /games/gnomegames | |
parent | bbf81f184024ecfffb954b8ca295ab5ab167b742 (diff) | |
download | freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.gz freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.zst freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.zip |
Chase guile's shared lib version.
Diffstat (limited to 'games/gnomegames')
-rw-r--r-- | games/gnomegames/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 29f213125e24..31e29cd2ae12 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames PORTVERSION= 1.4.0.4 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/1.4 @@ -16,7 +17,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the Gnome Desktop Environment -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes |