diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 08:42:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 08:42:23 +0000 |
commit | 416dd56f2937d8b0ff606dad85d4363dd64ff66c (patch) | |
tree | f9982775fe540d8b4095004a2e13afdb10e6908e /games/imaze/files | |
parent | d50a37100a44a046c3fc18594d5beee1b6e2a281 (diff) |
Notes
Diffstat (limited to 'games/imaze/files')
-rw-r--r-- | games/imaze/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/imaze/files/patch-aa b/games/imaze/files/patch-aa index 62a22fff91d7..4921671a2563 100644 --- a/games/imaze/files/patch-aa +++ b/games/imaze/files/patch-aa @@ -19,7 +19,7 @@ all freebsd: -+ .if defined(HAVE_MOTIF) && defined(FORCE_MOTIF) ++ .if defined(HAVE_MOTIF) && defined(FORCE_MOTIF) && ${FORCE_MOTIF} == "yes" + $(MAKE) \ + GRAF=MOTIF \ + GRAFLIBS='$$(MOTIFLIB) $$(MOTIFLIBS)' \ |