diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /games/imaze | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) | |
download | ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.tar.gz ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.zip |
Notes
Diffstat (limited to 'games/imaze')
-rw-r--r-- | games/imaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 6c4f99694612..9758797acbbe 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -49,7 +49,7 @@ TOOLKIT= athena .endif .if ${PORT_OPTIONS:MMOTIF} -USE_MOTIF= yes +USES+= motif TOOLKIT= motif .endif |