diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 20:57:55 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 20:57:55 +0000 |
commit | 3106eed738f76f269a6deaf6b9b42a959182957b (patch) | |
tree | 9ab1f2e4947e4fe6d5be5a4301bbd34bb4a2fbbf /editors | |
parent | c25ab40ed2545e7ca3c98e79799b360bab5e466c (diff) | |
download | pkgsrc-3106eed738f76f269a6deaf6b9b42a959182957b.tar.gz |
editors/notecase: Fix indirect linking error on DragonFly
Diffstat (limited to 'editors')
-rw-r--r-- | editors/notecase/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile index 8f08f010371..645e3d1e9a6 100644 --- a/editors/notecase/Makefile +++ b/editors/notecase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/01/24 09:11:02 sbd Exp $ +# $NetBSD: Makefile,v 1.22 2012/01/29 20:57:55 marino Exp $ # DISTNAME= notecase-1.8.8_src @@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR}/notecase-1.8.8 USE_LANGUAGES= c c++ USE_TOOLS+= gmake msgfmt pkg-config gsed +LDFLAGS.DragonFly= -lX11 + INSTALLATION_DIRS= share/doc/notecase share/locale/fr_CA/LC_MESSAGES \ share/locale/no/LC_MESSAGES |