svn commit: r318800 - head/devel/llvm
Brooks Davis
brooks at FreeBSD.org
Wed May 22 22:03:53 UTC 2013
Author: brooks
Date: Wed May 22 22:03:52 2013
New Revision: 318800
URL: http://svnweb.freebsd.org/changeset/ports/318800
Log:
Remove an instance of MAINTAINER_MODE I missed in r318794.
Submitted by: eadler
Modified:
head/devel/llvm/Makefile
Modified: head/devel/llvm/Makefile
==============================================================================
--- head/devel/llvm/Makefile Wed May 22 21:56:53 2013 (r318799)
+++ head/devel/llvm/Makefile Wed May 22 22:03:52 2013 (r318800)
@@ -16,7 +16,7 @@ MAINTAINER= brooks at FreeBSD.org
COMMENT= Low Level Virtual Machine
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo
-.if defined(PACKAGE_BUILDING) || defined(MAINTAINER_MODE)
+.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash
.endif
.if defined(MAINTAINER_MODE)
More information about the svn-ports-all
mailing list