[Midnightbsd-cvs] mports: Makefile: Similar to the jedit port, add a build depends on java

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 2 15:42:09 EDT 2008


Log Message:
-----------
Similar to the jedit port, add a build depends on java but do not set JAVA_BUILD which implies we're compiling something too!  We almost need a third option between NO_BUILD and JAVA_BUILD

Modified Files:
--------------
    mports/editors/jedit-devel:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/jedit-devel/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L editors/jedit-devel/Makefile -L editors/jedit-devel/Makefile -u -r1.4 -r1.5
--- editors/jedit-devel/Makefile
+++ editors/jedit-devel/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	jedit
 DISTVERSION=	4.3.p14
+PORTREVISION=	1
 CATEGORIES=	editors java
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.p/pre/}install
@@ -23,7 +24,7 @@
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.5+
-JAVA_BUILD=	yes
+BUILD_DEPENDS+=         ${DEPEND_JAVA}
 JAVA_RUN=	yes
 
 CONFLICTS=	jedit-4.2*


More information about the Midnightbsd-cvs mailing list