diff options
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 82a81852d642..ae84e1a1836c 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -14,7 +14,9 @@ DISTFILES= imaze1.3.tar.Z imaze.tar MAINTAINER= kuehn@rz.tu-clausthal.de +.if !defined(HAVE_MOTIF) && !defined(MOTIFLIB) LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib +.endif EXTRACT_ONLY= imaze1.3.tar.Z NO_CONFIGURE= yes |