diff options
author | sat <sat@FreeBSD.org> | 2007-03-30 13:19:02 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-30 13:19:02 +0800 |
commit | d8712dcc49ba6ea0469b5c5fbcdac18a19209256 (patch) | |
tree | f5eda2116db9360c194eccf2e56c53b1fe411857 /mail/fdm | |
parent | afdae41a887209bd4e74d1d303cfd66749e42d40 (diff) | |
download | freebsd-ports-gnome-d8712dcc49ba6ea0469b5c5fbcdac18a19209256.tar.gz freebsd-ports-gnome-d8712dcc49ba6ea0469b5c5fbcdac18a19209256.tar.zst freebsd-ports-gnome-d8712dcc49ba6ea0469b5c5fbcdac18a19209256.zip |
- Now builds on 5.x
Reported by: pointyhat via kris
Diffstat (limited to 'mail/fdm')
-rw-r--r-- | mail/fdm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 5c38fa7de16c..d738d3e79873 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -36,10 +36,4 @@ post-install: @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 601000 -BROKEN= needs strtonum(3) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |