diff options
author | sat <sat@FreeBSD.org> | 2007-04-18 16:01:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-18 16:01:25 +0800 |
commit | 65a7cae9d005b7215c0b27ebf0652aeebecd4612 (patch) | |
tree | 0d39bbb986b86d4050ce76e3e4c6848df2ca9494 /x11-toolkits/tktray/Makefile | |
parent | 41e8cad470bf2e07754be583a977377ed8a5966d (diff) | |
download | freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.gz freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.zst freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.zip |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
Diffstat (limited to 'x11-toolkits/tktray/Makefile')
-rw-r--r-- | x11-toolkits/tktray/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile index 111044249154..e4ea09c43c26 100644 --- a/x11-toolkits/tktray/Makefile +++ b/x11-toolkits/tktray/Makefile @@ -8,7 +8,7 @@ PORTNAME= tktray PORTVERSION= 1.1 CATEGORIES= x11-toolkits tk84 -MASTER_SITES= http://www.sw4me.com/ CSME +MASTER_SITES= http://www.sw4me.com/ CENKES DISTNAME= ${TKPKG} MAINTAINER= infofarmer@FreeBSD.org @@ -32,10 +32,4 @@ post-patch: post-install: @${LN} -sf ${USE_LDCONFIG}/lib${TKPKG}.so ${USE_LDCONFIG}/lib${TKPKG}.so.0 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |