diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 19:11:30 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 19:11:30 +0000 |
commit | 91f0be6bdc0c3dd71f9e63e0a489796681aa2955 (patch) | |
tree | db932584b27757abe76c33259c1d731bcb4227d3 /games/inform | |
parent | use glib12, not glib11-devel. Like gtk, there are too many versions of (diff) |
BROKEN= fetch
Diffstat (limited to 'games/inform')
-rw-r--r-- | games/inform/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/inform/Makefile b/games/inform/Makefile index 93b5d85b02f3..440508fd61c2 100644 --- a/games/inform/Makefile +++ b/games/inform/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.3 1999/02/03 11:11:44 asami Exp $ +# $Id: Makefile,v 1.4 1999/05/01 12:34:18 jseger Exp $ # DISTNAME= inform-6.15 @@ -19,6 +19,8 @@ MASTER_SITES+= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/manuals/ DISTFILES+= designers_manual_html.zip .endif +BROKEN= fetch + DIST_SUBDIR= inform NO_WRKSUBDIR= yes |