diff options
author | marino <marino@pkgsrc.org> | 2012-05-16 18:01:36 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-16 18:01:36 +0000 |
commit | a796ff55c1d9f3767fc4eeb6e37c6940ffecb1e5 (patch) | |
tree | b9f194e9feee9207bc21d64a89f92f15b2e0786c /games/fillets-ng | |
parent | a8def07a558b5e66fa45f10761d4b2d04aa19698 (diff) | |
download | pkgsrc-a796ff55c1d9f3767fc4eeb6e37c6940ffecb1e5.tar.gz |
games/fillets_ng: Fix indirect linking on DragonFly
Diffstat (limited to 'games/fillets-ng')
-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 |