svn commit: r316907 - head/net-im/linux-ymessenger

Rene Ladan rene at FreeBSD.org
Tue Apr 30 09:33:29 UTC 2013


Author: rene
Date: Tue Apr 30 09:33:28 2013
New Revision: 316907
URL: http://svnweb.freebsd.org/changeset/ports/316907

Log:
  Use the Linux infrastructure to specify dependencies instead of manual
  RUN_DEPENDS, this ensures the correct infrastructure ports are used.
  
  Remove STRIP= , which is now handled by USE_LINUX=yes .
  
  Discussed on:	emulation@ (some time ago)

Modified:
  head/net-im/linux-ymessenger/Makefile   (contents, props changed)

Modified: head/net-im/linux-ymessenger/Makefile
==============================================================================
--- head/net-im/linux-ymessenger/Makefile	Tue Apr 30 09:29:46 2013	(r316906)
+++ head/net-im/linux-ymessenger/Makefile	Tue Apr 30 09:33:28 2013	(r316907)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	linux-ymessenger
-# Date created:		23 December 2003
-# Whom:			Seth Kingsley <sethk at meowfishies.com>
-#
+# Created by: Seth Kingsley <sethk at meowfishies.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ymessenger
 PORTVERSION=	1.0.6.1
@@ -18,14 +14,14 @@ MAINTAINER=	sethk at meowfishies.com
 COMMENT=	An RPM of Yahoo! Messenger instant messaging client
 
 EXTRACT_DEPENDS=	rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
-RUN_DEPENDS=	${LINUXBASE}/usr/lib/libgdk_pixbuf.so.2:${PORTSDIR}/graphics/linux-gdk-pixbuf \
-		${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
+
+USE_LINUX=	yes
+USE_LINUX_APPS=	gdkpixbuf gtk
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 ONLY_FOR_ARCHS=	i386 amd64
-STRIP=
 
 SHARE_FILES=	yahoo_gnome.png yahoo_kde.xpm ymessenger.desktop\
 		ymessenger.kdelnk


More information about the svn-ports-all mailing list