diff options
author | kris <kris@FreeBSD.org> | 2005-04-01 22:59:10 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-01 22:59:10 +0000 |
commit | 30565d3797a2aba4ec7eee4185cf25e6d26d5846 (patch) | |
tree | c89d8d04ebf6f1d2b960f2460262cefc60227328 /audio | |
parent | 2a4a117a63e0aeb2e3032b82c5c1e73a5bb974df (diff) | |
download | FreeBSD-ports-30565d3797a2aba4ec7eee4185cf25e6d26d5846.zip FreeBSD-ports-30565d3797a2aba4ec7eee4185cf25e6d26d5846.tar.gz |
Now buildable again.
Approved by: portmgr (self)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gkrellmss/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/gkrellmss/Makefile b/audio/gkrellmss/Makefile index 5293bdf..d5c2d73 100644 --- a/audio/gkrellmss/Makefile +++ b/audio/gkrellmss/Makefile @@ -26,12 +26,6 @@ USE_XPM= yes DOC_FILES= Changelog README Themes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 503000 -BROKEN= "Does not compile on FreeBSD >= 5.3" -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellmss.so \ ${PREFIX}/libexec/gkrellm/plugins @@ -43,4 +37,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |