diff options
author | jperkin <jperkin> | 2013-06-24 13:44:20 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-06-24 13:44:20 +0000 |
commit | d43bcae9b36f1081eb7123b6a6f5d81e6ba2ff76 (patch) | |
tree | a47538d99ec7075ea671d3425cf60aee4640eb50 /www | |
parent | 8293cf893e9126ede6464e679c4432569fbd8caf (diff) | |
download | pkgsrc-d43bcae9b36f1081eb7123b6a6f5d81e6ba2ff76.tar.gz |
Explicitly link against libintl on SunOS. Fixes a number of dependencies.
Diffstat (limited to 'www')
-rw-r--r-- | www/neon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 370ccbb70b7..fb5d1a905e2 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2013/05/31 12:42:33 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2013/06/24 13:44:20 jperkin Exp $ DISTNAME= neon-0.29.6 PKGREVISION= 4 @@ -24,6 +24,8 @@ TEST_TARGET= check #selftest needs perl USE_TOOLS+= perl +LDFLAGS.SunOS+= -lintl + post-build: cd ${WRKSRC}/doc/man && \ for i in ne_*3; do \ |