diff options
author | marcel <marcel@FreeBSD.org> | 2004-02-25 14:54:24 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-02-25 14:54:24 +0800 |
commit | 1b8b3af10eea30014d3c3125ce7fcb8c891e8e39 (patch) | |
tree | 5ba9c0b63c7a6c2a9283c9762d9e6843a86c39be /audio/x11amp/Makefile | |
parent | 4bb8770dd216b0cfe089cfe9d3af5bc89db4e047 (diff) | |
download | freebsd-ports-gnome-1b8b3af10eea30014d3c3125ce7fcb8c891e8e39.tar.gz freebsd-ports-gnome-1b8b3af10eea30014d3c3125ce7fcb8c891e8e39.tar.zst freebsd-ports-gnome-1b8b3af10eea30014d3c3125ce7fcb8c891e8e39.zip |
Fix build on 5.x, where gcc3 doesn't like strings to be multi-line.
Diffstat (limited to 'audio/x11amp/Makefile')
-rw-r--r-- | audio/x11amp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index 5907e19ff11b..947dc949e002 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -25,10 +25,6 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-extract: @${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin |