diff options
-rw-r--r-- | games/fillets-ng/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile index 4201315e5d6..a579e6af2bb 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/01/28 11:00:54 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2012/05/16 18:01:36 marino Exp $ # DISTNAME= fillets-ng-0.7.3 @@ -17,6 +17,8 @@ DEPENDS+= fillets-ng-data-0.7.1{,nb*}:../../games/fillets-ng-data GNU_CONFIGURE= yes USE_LANGUAGES= c c++ +LDFLAGS.DragonFly= -lX11 + SUBST_CLASSES+= man SUBST_STAGE.man= post-patch SUBST_FILES.man= fillets.6 |