diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-04-16 15:51:07 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-04-16 15:51:07 +0800 |
commit | a98cf7a6926461b485aa295420f1f99bb16021c1 (patch) | |
tree | bb4c97ecc2c8f29d224574105db50d2e0519de1a /audio/adplay | |
parent | 24024716df08d37b151115c48cf6a2c9f46ea86e (diff) | |
download | freebsd-ports-graphics-a98cf7a6926461b485aa295420f1f99bb16021c1.tar.gz freebsd-ports-graphics-a98cf7a6926461b485aa295420f1f99bb16021c1.tar.zst freebsd-ports-graphics-a98cf7a6926461b485aa295420f1f99bb16021c1.zip |
Cleanup non-supported FreeBSD versions
PR: 111645
Submitted by: edwin
Diffstat (limited to 'audio/adplay')
-rw-r--r-- | audio/adplay/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index 61deec379e1..2878d9a64dc 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -47,10 +47,6 @@ OPTIONS= SDL "Build with SDL output support" off USE_SDL= sdl mixer .endif -.if ${OSVERSION} < 500000 -BROKEN= depends on audio/libadplug -.endif - post-patch: @${REINPLACE_CMD} -e 's|^\(adplug_data_dir.*\)/.*|\1|' \ ${WRKSRC}/src/Makefile.in |