diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-04-03 16:27:07 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-04-03 16:27:07 +0800 |
commit | 595addc9c5922d9c9fbb907f9653d0376534e4b0 (patch) | |
tree | 12810b0b83c6c4532a6eb2c936220ee4fb91b087 /games/libmaitretarot | |
parent | ce8e4b11723d04fdb02a3b137c6666f1e6d1e021 (diff) | |
download | freebsd-ports-gnome-595addc9c5922d9c9fbb907f9653d0376534e4b0.tar.gz freebsd-ports-gnome-595addc9c5922d9c9fbb907f9653d0376534e4b0.tar.zst freebsd-ports-gnome-595addc9c5922d9c9fbb907f9653d0376534e4b0.zip |
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/libmaitretarot')
-rw-r--r-- | games/libmaitretarot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index 207802cfb63a..50c5074094b3 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 |