diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-04-16 12:35:08 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-04-16 12:35:08 +0000 |
commit | f5d5f57343d8d82436e4d575ca0a54bc70d20c5a (patch) | |
tree | 4cdfc0982bd69cf3161fda91a5966afd77389d8b /audio/goobox | |
parent | e20e9301ed450799ca9aa8d67e3de59c2c37919a (diff) | |
download | ports-f5d5f57343d8d82436e4d575ca0a54bc70d20c5a.tar.gz ports-f5d5f57343d8d82436e4d575ca0a54bc70d20c5a.zip |
Remove FreeBSD 4.xism
PR: 111657
Submitted by: edwin
Notes
Notes:
svn path=/head/; revision=190124
Diffstat (limited to 'audio/goobox')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index d41ba3389284..8d1dc8a2b08d 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -37,10 +37,6 @@ OPTIONS= NOTIFY "Enable libnotify support" on .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not build on 4.X -.endif - .if !defined(WITHOUT_NOTIFY) LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-notification |