diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 08:03:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 08:03:21 +0000 |
commit | 2844d63212bcde6e7e3016c28c087357c603a504 (patch) | |
tree | 3abcc093a2dc6d44be0945621ab2531ee79cda7c /audio/libmtp | |
parent | f065f9926bd1fb13b8bdc2c11c6fa39571da84cf (diff) |
Notes
Diffstat (limited to 'audio/libmtp')
-rw-r--r-- | audio/libmtp/Makefile | 8 |
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> |