diff options
Diffstat (limited to 'games/falcons-eye')
-rw-r--r-- | games/falcons-eye/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile index 363cea28838..bd5969fada8 100644 --- a/games/falcons-eye/Makefile +++ b/games/falcons-eye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/04/17 19:08:37 ben Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/15 13:25:29 grant Exp $ # DISTNAME= nethack_source_331_jtp_193 @@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR} USE_BUILDLINK3= yes USE_X11= yes +LIBS.SunOS+= -lm + SUBST_CLASSES+= paths SUBST_MESSAGE.paths= "Configuring program paths." SUBST_STAGE.paths= post-patch |