diff options
-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> |