diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
commit | d4d4877cb1a9dc4ec94e5b60dfca422181523644 (patch) | |
tree | a8e722e14a0a4c5fa946507850a4a561082bd635 /devel/libopensync022 | |
parent | 418bcaa4ff902cf7d508ab6ad91c35d2a76b66a1 (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
Notes
Notes:
svn path=/head/; revision=190032
Diffstat (limited to 'devel/libopensync022')
-rw-r--r-- | devel/libopensync022/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index 89d839015952..f79de82bb205 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -27,12 +27,6 @@ USE_PYTHON= yes USE_GNOME= gnomehack glib20 libxml2 INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on FreeBSD 4.x -.endif - pre-everything:: @${ECHO_MSG} "NOTE: You may want to avoid extra dependencies" @${ECHO_MSG} " from devel/swig13 by building with the following" @@ -46,4 +40,4 @@ post-patch: ${WRKSRC}/osengine/Makefile.in ${REINPLACE_CMD} -e "s,echo aout, echo elf,g" ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |