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 | f00d4d240107cf55a88bda8e2ec8ef57fc5183d7 (patch) | |
tree | b9f194e9feee9207bc21d64a89f92f15b2e0786c /games | |
parent | c29bc6f0185be3e399be314c523121f0526071f5 (diff) | |
download | pkgsrc-f00d4d240107cf55a88bda8e2ec8ef57fc5183d7.tar.gz |
games/fillets_ng: Fix indirect linking on DragonFly
Diffstat (limited to 'games')
-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 |