diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-04-20 23:17:41 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-04-20 23:17:41 +0000 |
commit | d7b7c6617693c266813f1b2ebeb2983051cd338b (patch) | |
tree | 37c197591fd7e4276782aa7b52b4625cd43308ec | |
parent | Upgrade from 0.8.7 to 0.8.9 (fixes some security issues, see (diff) |
- removed support FreeBSD 4.x (EOL)
PR: 111935
Submitted by: Marcelo Araujo <araujo at bsdmail.org>
Notes
Notes:
svn path=/head/; revision=190511
-rw-r--r-- | databases/gqlplus/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/gqlplus/Makefile b/databases/gqlplus/Makefile index 11cdcea78cf8..98c9101d9cc8 100644 --- a/databases/gqlplus/Makefile +++ b/databases/gqlplus/Makefile @@ -20,12 +20,6 @@ USE_GMAKE= yes PORTDOCS= README ChangeLog PLIST_FILES= bin/gqlplus -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) @@ -33,4 +27,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |