diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-27 15:12:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-27 15:12:39 +0000 |
commit | 8fc8038e2685d98a6fc2b1bf5409e70923730fe9 (patch) | |
tree | e3133103e791989918d4f5f2df477d2bbc48890e /games | |
parent | e40b3f4cf76405ed468238616888c0f6fd78fed5 (diff) | |
download | ports-8fc8038e2685d98a6fc2b1bf5409e70923730fe9.tar.gz ports-8fc8038e2685d98a6fc2b1bf5409e70923730fe9.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 542a63e2d03e..a4b38b592905 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -37,7 +37,7 @@ MAN1= cfclient.1 .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 -MAN1= gcfclient.1 +MAN1+= gcfclient.1 .else CONFIGURE_ARGS+= --disable-gtk .endif |