diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
commit | 46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch) | |
tree | 60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /graphics/ipe/Makefile | |
parent | Unbreak building at 5.x (do not perform 'make test' because (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Diffstat (limited to '')
-rw-r--r-- | graphics/ipe/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 9a548064f43f..5eb9b6ff3f96 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -31,12 +31,6 @@ MAN1= figtoipe.1 ipe.1 ipe5toxml.1 ipetoipe.1 ipetopng.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -# the problem is a little more subtle, really. It requires gcc 3 -USE_GCC= 3.4 -BROKEN= Does not compile on 4.x -.endif - QTDIR?= ${QT_PREFIX} QMAKE?= ${LOCALBASE}/bin/qmake |