[Midnightbsd-cvs] mports [19949] trunk/deskutils/toolbox/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 22 17:33:29 EDT 2015


Revision: 19949
          http://svnweb.midnightbsd.org/mports/?rev=19949
Author:   laffer1
Date:     2015-08-22 17:33:26 -0400 (Sat, 22 Aug 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/deskutils/toolbox/Makefile

Modified: trunk/deskutils/toolbox/Makefile
===================================================================
--- trunk/deskutils/toolbox/Makefile	2015-08-22 21:32:08 UTC (rev 19948)
+++ trunk/deskutils/toolbox/Makefile	2015-08-22 21:33:26 UTC (rev 19949)
@@ -14,16 +14,15 @@
 
 LICENSE=	gpl2
 
+BUILD_DEPENDS+=	toolboxkit>0:${PORTSDIR}/deskutils/toolboxkit
+
 USES=           gnustep
 USE_GNUSTEP=    back build
 USE_GNUSTEP_INSTALL=	yes
-USE_GNUSTEP_LOCAL_LIBS+=	Toolbox:${TOOLBOXKIT_PORT}
 
 WRKSRC=		${WRKDIR}/Toolbox
 MAKE_ENV+=	GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
 
-TOOLBOXKIT_PORT?=	deskutils/toolboxkit
-
 post-patch:
 	${REINPLACE_CMD} -e 's| Toolbox ||' ${WRKSRC}/GNUmakefile
 



More information about the Midnightbsd-cvs mailing list