diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-08 21:06:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-08 21:06:52 +0800 |
commit | c2166e4c137fd290c145eedc7e2e4be6e3e92f91 (patch) | |
tree | 2d392af57735724df5c55cc7e499a433c24fa52f /math/fityk | |
parent | 696d4dfbbd1512cd58369993ea1b19f5a4ce1f8d (diff) | |
download | freebsd-ports-gnome-c2166e4c137fd290c145eedc7e2e4be6e3e92f91.tar.gz freebsd-ports-gnome-c2166e4c137fd290c145eedc7e2e4be6e3e92f91.tar.zst freebsd-ports-gnome-c2166e4c137fd290c145eedc7e2e4be6e3e92f91.zip |
Previous commit should have the following log:
Support stage
Fix build with clang
Switch to wxGTK 3.0
Convert to USES=libtools
Add missing run dependencies
and the revision should have been bumped
Diffstat (limited to 'math/fityk')
-rw-r--r-- | math/fityk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 6d00712c9c89..3ab693381139 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -3,6 +3,7 @@ PORTNAME= fityk PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/xylib:xylib DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ |