svn commit: r411703 - head/finance/moneymanagerex

John Marino marino at FreeBSD.org
Wed Mar 23 12:29:58 UTC 2016


Author: marino
Date: Wed Mar 23 12:29:57 2016
New Revision: 411703
URL: https://svnweb.freebsd.org/changeset/ports/411703

Log:
  finance/moneymanagerex: Fix build on DF
  
  The compiler=gcc check is valid on DF too.

Modified:
  head/finance/moneymanagerex/Makefile

Modified: head/finance/moneymanagerex/Makefile
==============================================================================
--- head/finance/moneymanagerex/Makefile	Wed Mar 23 12:05:23 2016	(r411702)
+++ head/finance/moneymanagerex/Makefile	Wed Mar 23 12:29:57 2016	(r411703)
@@ -51,7 +51,7 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.pre.mk>
 
-.if ${OPSYS} == FreeBSD && ${CHOSEN_COMPILER_TYPE} == "gcc"
+.if ${CHOSEN_COMPILER_TYPE} == "gcc"
 LIB_DEPENDS+=	libboost_system.so:${PORTSDIR}/devel/boost-libs
 LDFLAGS+=	-lboost_system
 .endif


More information about the svn-ports-head mailing list