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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/bitcollider/Makefile | 10 | ||||
-rw-r--r-- | deskutils/when/Makefile | 2 |
2 files changed, 3 insertions, 9 deletions
diff --git a/deskutils/bitcollider/Makefile b/deskutils/bitcollider/Makefile index df36904bfa5e..3e7829e7c64a 100644 --- a/deskutils/bitcollider/Makefile +++ b/deskutils/bitcollider/Makefile @@ -13,17 +13,11 @@ MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= A Bitzi metadata generator -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - HAS_CONFIGURE= yes CFLAGS+= -lm -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index 61b21457ab37..21c0750e37f9 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -8,7 +8,7 @@ PORTNAME= when PORTVERSION= 1.1.0 CATEGORIES= deskutils -MASTER_SITES= CSME +MASTER_SITES= CENKES MAINTAINER= infofarmer@FreeBSD.org COMMENT= A very simple personal calendar |