diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-10 04:34:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-10 04:34:38 +0800 |
commit | 5c721368b20a14fa25c9d64359dfdd9d0db7d1ca (patch) | |
tree | 39d5dac355d0943702cd4c81ec1df5e14d2efc63 /games | |
parent | 5381e2389d6ccf43488be9784b1ef67ebd5ac6e1 (diff) | |
download | freebsd-ports-gnome-5c721368b20a14fa25c9d64359dfdd9d0db7d1ca.tar.gz freebsd-ports-gnome-5c721368b20a14fa25c9d64359dfdd9d0db7d1ca.tar.zst freebsd-ports-gnome-5c721368b20a14fa25c9d64359dfdd9d0db7d1ca.zip |
Fix a bug noticed by Kris on Bento for FreeBSD-4.x.
Approved by: pav (mentor).
Diffstat (limited to 'games')
-rw-r--r-- | games/mt_dolphin_ia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/mt_dolphin_ia/Makefile b/games/mt_dolphin_ia/Makefile index c185fc0fd4fc..c72d4a3ce436 100644 --- a/games/mt_dolphin_ia/Makefile +++ b/games/mt_dolphin_ia/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= mt_client.0:${PORTSDIR}/games/libmt_client USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 +USE_GETOPT_LONG= yes CONFIGURE_ARGS= --with-libmt_client=${LOCALBASE} \ --with-libmaitretarot=${LOCALBASE} |