diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-02 15:13:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-02 15:13:09 +0800 |
commit | acb9a091fc2482231f7f8dc111df4c4e98287da8 (patch) | |
tree | 0fce30451d46e689918a880fb1a075e296d0b865 /audio | |
parent | d5ce643e6f170be696d467415831658ee29a61ec (diff) | |
download | freebsd-ports-gnome-acb9a091fc2482231f7f8dc111df4c4e98287da8.tar.gz freebsd-ports-gnome-acb9a091fc2482231f7f8dc111df4c4e98287da8.tar.zst freebsd-ports-gnome-acb9a091fc2482231f7f8dc111df4c4e98287da8.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111693
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/volumecontrol.app/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/volumecontrol.app/Makefile b/audio/volumecontrol.app/Makefile index eb78c6191af5..fa2f23b6fd33 100644 --- a/audio/volumecontrol.app/Makefile +++ b/audio/volumecontrol.app/Makefile @@ -22,14 +22,8 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/${PORTNAME:C/\.app//}-${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|g' \ ${WRKSRC}/AppController.m -.include <bsd.port.post.mk> +.include <bsd.port.mk> |