aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2007-04-21 07:17:41 +0800
committerleeym <leeym@FreeBSD.org>2007-04-21 07:17:41 +0800
commit6f9a60a0ebf70094a49d9a2022d983e33631c3c3 (patch)
tree2c7766c9ab6aaf3053b8b515165faa75cfda68f0 /databases
parent2ee58565778ff2067cadf2379692e8aab5da300e (diff)
downloadfreebsd-ports-graphics-6f9a60a0ebf70094a49d9a2022d983e33631c3c3.tar.gz
freebsd-ports-graphics-6f9a60a0ebf70094a49d9a2022d983e33631c3c3.tar.zst
freebsd-ports-graphics-6f9a60a0ebf70094a49d9a2022d983e33631c3c3.zip
- removed support FreeBSD 4.x (EOL)
PR: 111935 Submitted by: Marcelo Araujo <araujo at bsdmail.org>
Diffstat (limited to 'databases')
-rw-r--r--databases/gqlplus/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/gqlplus/Makefile b/databases/gqlplus/Makefile
index 11cdcea78cf..98c9101d9cc 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>