diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-09 12:07:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-09 12:07:18 +0800 |
commit | 6a95e1223026007e1ed609b59edbcdbe914893bc (patch) | |
tree | a894699383fc7c1558885a6c3ba37ad9acf110e1 /games | |
parent | 58b3c1bbf06fae4ab993c3fde178c4f0dc336442 (diff) | |
download | freebsd-ports-gnome-6a95e1223026007e1ed609b59edbcdbe914893bc.tar.gz freebsd-ports-gnome-6a95e1223026007e1ed609b59edbcdbe914893bc.tar.zst freebsd-ports-gnome-6a95e1223026007e1ed609b59edbcdbe914893bc.zip |
fix dependency directory name.
Noticed by: INDEX buid failures
Diffstat (limited to 'games')
-rw-r--r-- | games/ggz-txt-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ggz-txt-client/Makefile b/games/ggz-txt-client/Makefile index fe021ad2fe94..5cfa97658823 100644 --- a/games/ggz-txt-client/Makefile +++ b/games/ggz-txt-client/Makefile @@ -17,7 +17,7 @@ COMMENT= The GGZ Gaming Zone - Console (Text) Frontend LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ ggz.1:${PORTSDIR}/games/libggz \ - ggzcore.3:${PORTSDIR}/games/ggz-clientp-libs + ggzcore.3:${PORTSDIR}/games/ggz-client-libs USE_GETOPT_LONG= yes GNU_CONFIGURE= yes |