diff options
author | tnn <tnn> | 2015-03-14 18:21:24 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-14 18:21:24 +0000 |
commit | 38923138b67ddf5498e7de58f4a0a556984c0c52 (patch) | |
tree | 0a5c5c5e940a3f67f6ca0c07d9a15174dd1e1ee6 | |
parent | c6706284138af53caaaad7540d76c235c6322f05 (diff) | |
download | pkgsrc-38923138b67ddf5498e7de58f4a0a556984c0c52.tar.gz |
Don't need to conditionalise usage of BUILDLINK_LDADD.iconv per OPSYS.
It will be empty where not required.
-rw-r--r-- | devel/doxygen/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index ff13a05253b..0c9d568da39 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2015/02/19 11:53:59 joerg Exp $ +# $NetBSD: Makefile,v 1.120 2015/03/14 18:21:24 tnn Exp $ DISTNAME= doxygen-1.8.9.1.src PKGNAME= ${DISTNAME:S/.src//} @@ -73,9 +73,7 @@ PLIST.cs= yes # case-sensitive CONFIGURE_ARGS+= -platform freebsd-g++ .endif -.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" LDFLAGS+= ${BUILDLINK_LDADD.iconv} -.endif post-patch: touch ${WRKSRC}/src/doxytag.l |