diff options
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index ae84e1a1836c..82615b0df617 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -14,7 +14,12 @@ DISTFILES= imaze1.3.tar.Z imaze.tar MAINTAINER= kuehn@rz.tu-clausthal.de -.if !defined(HAVE_MOTIF) && !defined(MOTIFLIB) +.if defined(HAVE_MOTIF) && defined(FORCE_MOTIF) +.if !defined(MOTIFLIB) +MOTIFLIB= -L${X11BASE}/lib -lXm +.endif +MAKE_ENV+= FORCE_MOTIF=${FORCE_MOTIF} +.else LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib .endif |