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 /graphics/tkpng | |
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 'graphics/tkpng')
-rw-r--r-- | graphics/tkpng/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/tkpng/Makefile b/graphics/tkpng/Makefile index b0cf2fe9105d..47efb0976179 100644 --- a/graphics/tkpng/Makefile +++ b/graphics/tkpng/Makefile @@ -33,10 +33,4 @@ post-install: @${LN} -sf ${PREFIX}/lib/${TKPKG}/lib${TKPKG}.so \ ${PREFIX}/lib/${TKPKG}/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> |