diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-04-10 18:49:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-04-10 18:49:40 +0800 |
commit | 5ff7e2b89acccef6fd0694b243461ffaf3ef1007 (patch) | |
tree | f2a45cc88069fc187800ad6dcb7a1fb2e696c691 /audio/libtunepimp/Makefile | |
parent | c5c7675f0f97f0ea63dcfd44170038eeee941935 (diff) | |
download | freebsd-ports-gnome-5ff7e2b89acccef6fd0694b243461ffaf3ef1007.tar.gz freebsd-ports-gnome-5ff7e2b89acccef6fd0694b243461ffaf3ef1007.tar.zst freebsd-ports-gnome-5ff7e2b89acccef6fd0694b243461ffaf3ef1007.zip |
Revert my last commit, lofi fixed 4.x support 32 minutes ago. My last commit
was an update to lofi's update.
Notified by: mich
Diffstat (limited to 'audio/libtunepimp/Makefile')
-rw-r--r-- | audio/libtunepimp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index fedf6f4da685..33f9a3d266d9 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/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> |