aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2012-05-12 19:04:09 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2012-05-12 19:04:09 +0000
commit0905909520a07ceccf6c06f74f0957a5430e84e7 (patch)
treea45b139c046b4f98a83a14cd4ed2ad99ced9e3ec /math
parent2d3b86df3840421c7fba30060408f43a6f834799 (diff)
downloadports-0905909520a07ceccf6c06f74f0957a5430e84e7.tar.gz
ports-0905909520a07ceccf6c06f74f0957a5430e84e7.zip
- Add gnu_configure to Makefile.
Notes
Notes: svn path=/head/; revision=296501
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-communications/Makefile2
-rw-r--r--math/octave-forge-communications/files/patch-Makefile12
2 files changed, 2 insertions, 12 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile
index c01c094efc10..36cf06345686 100644
--- a/math/octave-forge-communications/Makefile
+++ b/math/octave-forge-communications/Makefile
@@ -16,6 +16,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
+GNU_CONFIGURE= yes
+
WRKSRC= ${WRKDIR}/${OCTSRC}/src
MAKE_ENV+= MKOCTFILE=mkoctfile
diff --git a/math/octave-forge-communications/files/patch-Makefile b/math/octave-forge-communications/files/patch-Makefile
deleted file mode 100644
index 7954ce647ecd..000000000000
--- a/math/octave-forge-communications/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile-orig 2012-05-12 18:39:44.000000000 +0000
-+++ Makefile 2012-05-12 18:40:33.000000000 +0000
-@@ -29,6 +29,9 @@
-
- $(GALOISOBJECTS): $(GALOISHEADERS)
-
-+%.oct: %.o
-+ $(MKOCTFILE) $(MOFLAGS) $(@:.oct=.o) -o $@
-+
- %.o:%.cc
- $(MKOCTFILE) $(MOFLAGS) $(DEFINES) -c $<
-