summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 08:03:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 08:03:21 +0000
commit2844d63212bcde6e7e3016c28c087357c603a504 (patch)
tree3abcc093a2dc6d44be0945621ab2531ee79cda7c
parentCleanup non-supported FreeBSD versions (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111671 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: "Petar Petrov" <pesho.petrov@gmail.com>
Notes
Notes: svn path=/head/; revision=190088
-rw-r--r--audio/libmtp/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/libmtp/Makefile b/audio/libmtp/Makefile
index 3718e48be23e..f62740c4ff12 100644
--- a/audio/libmtp/Makefile
+++ b/audio/libmtp/Makefile
@@ -25,10 +25,4 @@ USE_LDCONFIG= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -liconv
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>