diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /databases/mysql++1 | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225288
Diffstat (limited to 'databases/mysql++1')
-rw-r--r-- | databases/mysql++1/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index 66a2f6178e39..5b5e145f9e93 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -25,12 +25,6 @@ USE_LDCONFIG= yes CONFLICTS= ${PORTNAME}*-2.* NO_LATEST_LINK= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500039 -USE_GCC= 3.4 -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/userman/html ${DOCSDIR}/refman/html @@ -49,4 +43,4 @@ post-install: @${RM} -f ${EXAMPLESDIR}/Makefile.temp .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |