diff options
author | garga <garga@FreeBSD.org> | 2006-07-25 01:24:32 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-25 01:24:32 +0800 |
commit | 9f5a1bc53468f5bc39a164f290ca570ad614748c (patch) | |
tree | d0477a05b9434e2da3f08ce48d16c65b00027699 /audio/libofa/Makefile | |
parent | 8b334c57c9065d8e49a8c5ad71ed1533dfff7737 (diff) | |
download | freebsd-ports-gnome-9f5a1bc53468f5bc39a164f290ca570ad614748c.tar.gz freebsd-ports-gnome-9f5a1bc53468f5bc39a164f290ca570ad614748c.tar.zst freebsd-ports-gnome-9f5a1bc53468f5bc39a164f290ca570ad614748c.zip |
UNBREAK: Fix build on 4.x
PR: ports/100768
Submitted by: Sven Berkvens-Matthijsse <sven at ilse.net>
Approved by: Alexander Botero-Lowry <alex at foxybanana.com> (maintainer)
Diffstat (limited to 'audio/libofa/Makefile')
-rw-r--r-- | audio/libofa/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index b8c7358e1f84..2d217405e01b 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -25,10 +25,6 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Does not build on FreeBSD < 5.x -.endif - post-configure: @${REINPLACE_CMD} -e "s|pcdir =.*|pcdir = ${PREFIX}/libdata/pkgconfig|g" \ ${WRKSRC}/Makefile |