diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-10 10:49:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-10 10:49:40 +0000 |
commit | 50ac1fc588b245658be9d6f33b6c6ecb45e9810f (patch) | |
tree | d8529ed63dfa30e6ba948367c9df7a752eeaa67f /audio/libtunepimp-old | |
parent | de81bcb1c4133430f47a70e650d9867dd11252ca (diff) | |
download | ports-50ac1fc588b245658be9d6f33b6c6ecb45e9810f.tar.gz ports-50ac1fc588b245658be9d6f33b6c6ecb45e9810f.zip |
Notes
Diffstat (limited to 'audio/libtunepimp-old')
-rw-r--r-- | audio/libtunepimp-old/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile index fedf6f4da685..33f9a3d266d9 100644 --- a/audio/libtunepimp-old/Makefile +++ b/audio/libtunepimp-old/Makefile @@ -33,12 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ s|^CPPFLAGS=|#CPPFLAGS=|g' ${WRKSRC}/configure @@ -49,4 +43,4 @@ post-configure: @${REINPLACE_CMD} -e 's|\(^LDFLAGS =.*\)|\1 ${PTHREAD_LIBS} -liconv|g' \ ${WRKSRC}/examples/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |