diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-17 21:09:56 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-17 21:09:56 +0800 |
commit | 52f78103ea6e7dfae74d99deb145f8fd16199088 (patch) | |
tree | 004f91a2cd5d77bd5eb0cb53987c1b5fdd85d9a9 /benchmarks | |
parent | 4b94c663f632d35df3691859ee02c463628f0ff9 (diff) | |
download | freebsd-ports-gnome-52f78103ea6e7dfae74d99deb145f8fd16199088.tar.gz freebsd-ports-gnome-52f78103ea6e7dfae74d99deb145f8fd16199088.tar.zst freebsd-ports-gnome-52f78103ea6e7dfae74d99deb145f8fd16199088.zip |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/flowgrind/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/sipp/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile index 3e060e2b608b..147c2696929e 100644 --- a/benchmarks/flowgrind/Makefile +++ b/benchmarks/flowgrind/Makefile @@ -3,6 +3,7 @@ PORTNAME= flowgrind PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= lars@eggert.org diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index eaeccd712eac..2a8932727202 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -3,6 +3,7 @@ PORTNAME= sipp PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= benchmarks net MASTER_SITES= SF MASTER_SITE_SUBDIR= sipp/sipp/${PORTVERSION} |