diff options
author | garga <garga@FreeBSD.org> | 2007-02-03 21:18:30 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-02-03 21:18:30 +0800 |
commit | d2334e67ae8d5c737742208f0aa7549ebf9ffc53 (patch) | |
tree | 9e46975c4a2555bed756c1a1575e1109833d87f7 /net-im/pidgin-hotkeys/Makefile | |
parent | 793770eab6d065389d719b7b1f8e703d5944c3c0 (diff) | |
download | freebsd-ports-gnome-d2334e67ae8d5c737742208f0aa7549ebf9ffc53.tar.gz freebsd-ports-gnome-d2334e67ae8d5c737742208f0aa7549ebf9ffc53.tar.zst freebsd-ports-gnome-d2334e67ae8d5c737742208f0aa7549ebf9ffc53.zip |
- Remove 4.x support on my ports
Diffstat (limited to 'net-im/pidgin-hotkeys/Makefile')
-rw-r--r-- | net-im/pidgin-hotkeys/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index 6148938a0ca0..8e18c1b2465b 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -23,10 +23,4 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/gaim/hotkeys.so \ lib/gaim/hotkeys.la -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= net-im/libgaim doesn't build on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |