diff options
author | jhale <jhale@FreeBSD.org> | 2016-10-22 16:24:53 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-10-22 16:24:53 +0800 |
commit | aec934301059c829a24bf7a6a39791a5a09e656b (patch) | |
tree | 37f66b99dd9467cbef2b16f44357e8e738647af0 /math | |
parent | 76f8a5854419ad8ad4cddeb87cfbb9d147217070 (diff) | |
download | freebsd-ports-gnome-aec934301059c829a24bf7a6a39791a5a09e656b.tar.gz freebsd-ports-gnome-aec934301059c829a24bf7a6a39791a5a09e656b.tar.zst freebsd-ports-gnome-aec934301059c829a24bf7a6a39791a5a09e656b.zip |
No more need to redefine PATHFIX_MAKEFILEIN with latest pathfix.mk rev
Diffstat (limited to 'math')
-rw-r--r-- | math/libqalculate/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 205e433d3034..cb292f904a72 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -20,7 +20,6 @@ USE_GNOME= glib20 intltool libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -PATHFIX_MAKEFILEIN= Makefile.am USE_GITHUB= yes GH_ACCOUNT= Qalculate |