aboutsummaryrefslogtreecommitdiff
path: root/math/mpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/mpc/Makefile')
-rw-r--r--math/mpc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile
index aadc2be5c407..e379d7091726 100644
--- a/math/mpc/Makefile
+++ b/math/mpc/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mpc
-PORTVERSION= 1.1.0
-PORTREVISION= 2
+PORTVERSION= 1.2.0
CATEGORIES= math devel
MASTER_SITES= GNU
@@ -26,6 +25,6 @@ USE_LDCONFIG= yes
INFO= mpc
PLIST_FILES= include/mpc.h \
- lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.1.0
+ lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.2.0
.include <bsd.port.mk>