diff options
author | ade <ade@FreeBSD.org> | 2004-04-03 08:27:07 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-04-03 08:27:07 +0000 |
commit | bfa28af2e8b0f9ee4f93be2795a412b20bba526a (patch) | |
tree | 4b887d6702743974dbf11e2176aed9cc7c76fa0d /games | |
parent | 630e657bacad46049d8a6c9e22081d26a8efddad (diff) | |
download | FreeBSD-ports-bfa28af2e8b0f9ee4f93be2795a412b20bba526a.zip FreeBSD-ports-bfa28af2e8b0f9ee4f93be2795a412b20bba526a.tar.gz |
Ding-dong, this is your friendly happy face talking. Please to be
reading the 20040314 entry in /usr/ports/CHANGES regarding importing
of ports into the tree that require the use of GNU autotools.
Thanks awfully
Diffstat (limited to 'games')
-rw-r--r-- | games/libmaitretarot/Makefile | 2 | ||||
-rw-r--r-- | games/libmt_client/Makefile | 2 | ||||
-rw-r--r-- | games/thevalley/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index 207802c..50c5074 100644 --- a/games/libmaitretarot/Makefile +++ b/games/libmaitretarot/Makefile @@ -15,7 +15,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Core library of MaitreTarot, a Tarot card game USE_BZIP2= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= glib20 libxml2 lthack INSTALLS_SHLIB= yes diff --git a/games/libmt_client/Makefile b/games/libmt_client/Makefile index 78d2307..a47dea3 100644 --- a/games/libmt_client/Makefile +++ b/games/libmt_client/Makefile @@ -17,7 +17,7 @@ COMMENT= Client-side library of MaitreTarot, a Tarot card game LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot USE_BZIP2= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= glib20 libxml2 lthack INSTALLS_SHLIB= yes diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile index e0c9666..160dee5 100644 --- a/games/thevalley/Makefile +++ b/games/thevalley/Makefile @@ -13,7 +13,7 @@ DISTNAME= valley-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= The Valley is a rewrite of an old RPG from the early 1980s -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_X= yes HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} |