diff options
author | joerg <joerg@pkgsrc.org> | 2015-12-08 17:15:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-12-08 17:15:01 +0000 |
commit | c4c2eaf20c1c29203f628215909f0a7e06aa4499 (patch) | |
tree | 712586fca7eb2771b6fae1f427c5dbba42ce53f5 /math/lp_solve/Makefile | |
parent | ce6f3b87e9afbe53f54fba3afe678aae87ffe948 (diff) | |
download | pkgsrc-c4c2eaf20c1c29203f628215909f0a7e06aa4499.tar.gz |
Link shared library against libdl, when necessary. It's an unnecessary
imeplementation detail for consumers. Bump revision.
Diffstat (limited to 'math/lp_solve/Makefile')
-rw-r--r-- | math/lp_solve/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 47825c9fc47..85203812654 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2015/12/07 17:40:27 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2015/12/08 17:15:01 joerg Exp $ # DISTNAME= lp_solve_5.5.2.0_source PKGNAME= ${DISTNAME:S/_source//:S/_5/-5/} +PKGREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lpsolve/} |