diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 14:42:55 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 14:42:55 +0000 |
commit | 39aae52e063ed023435320f21c58a1c16d866d1f (patch) | |
tree | 0285cf003fd624dc16685552fba2f200571a98ff /lang/qore | |
parent | 113ff2274f575cf33db39900e0a169183f6f9c2d (diff) | |
download | pkgsrc-39aae52e063ed023435320f21c58a1c16d866d1f.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'lang/qore')
-rw-r--r-- | lang/qore/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index e0f92f2451b..9942c3bbcf5 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/03/02 19:59:07 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2016/02/25 14:42:57 jperkin Exp $ DISTNAME= qore-0.8.11 PKGREVISION= 2 @@ -20,9 +20,7 @@ FLEX_REQD= 2.5.31 # make AC_CHECK_FUNC find gethost* etc on smartos # http://sourceforge.net/p/qore/code/6980 -.if "${OPSYS}" == "SunOS" -LIBS+= -lnsl -.endif +LIBS.SunOS+= -lnsl PKGCONFIG_OVERRIDE+= qore.pc.in REPLACE_QORE= doxygen/qdx |