Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 16:49:02 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330018 - head/java/openjdk6
Message-ID:  <201310101649.r9AGn2VQ037679@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Oct 10 16:49:02 2013
New Revision: 330018
URL: http://svnweb.freebsd.org/changeset/ports/330018

Log:
  - Remove redundant bsd.port.pre.mk.
  - Convert LIB_DEPENDS to new formats.
  
  Submitted by:	bar

Modified:
  head/java/openjdk6/Makefile

Modified: head/java/openjdk6/Makefile
==============================================================================
--- head/java/openjdk6/Makefile	Thu Oct 10 16:43:16 2013	(r330017)
+++ head/java/openjdk6/Makefile	Thu Oct 10 16:49:02 2013	(r330018)
@@ -25,7 +25,7 @@ LICENSE_DISTFILES=	${DISTNAME}${EXTRACT_
 BUILD_DEPENDS=	${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \
 		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \
 		${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	javavm:${PORTSDIR}/java/javavmwrapper \
 		${LOCALBASE}/lib/X11/fonts/dejavu:${PORTSDIR}/x11-fonts/dejavu
 
@@ -69,8 +69,6 @@ JTREG_BUILD=	b05_29_nov_2012
 JTREGFILE=	jtreg-4.1-bin-${JTREG_BUILD}.zip
 UPDATE_VERSION=	32
 
-.include <bsd.port.pre.mk>
-
 .if ${PORT_OPTIONS:MIPV6}
 CATEGORIES+=	ipv6
 .endif
@@ -147,7 +145,7 @@ MAKE_ENV+=	DONT_ENABLE_IPV6="YES"
 
 .if ${PORT_OPTIONS:MSOUND}
 EXTRA_PATCHES+=	${FILESDIR}/alsa-enable.patch
-LIB_DEPENDS+=	asound:${PORTSDIR}/audio/alsa-lib
+LIB_DEPENDS+=	libasound.so:${PORTSDIR}/audio/alsa-lib
 RUN_DEPENDS+=	${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
 .else
 EXTRA_PATCHES+=	${FILESDIR}/alsa-disable.patch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310101649.r9AGn2VQ037679>