summaryrefslogtreecommitdiff
path: root/math/lp_solve/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-12-08 17:15:01 +0000
committerjoerg <joerg@pkgsrc.org>2015-12-08 17:15:01 +0000
commitc4c2eaf20c1c29203f628215909f0a7e06aa4499 (patch)
tree712586fca7eb2771b6fae1f427c5dbba42ce53f5 /math/lp_solve/Makefile
parentce6f3b87e9afbe53f54fba3afe678aae87ffe948 (diff)
downloadpkgsrc-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/Makefile3
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/}