mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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)
This commit is contained in:
parent
65fbbf8f72
commit
4c9452d972
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316907
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: linux-ymessenger
|
||||
# Date created: 23 December 2003
|
||||
# Whom: Seth Kingsley <sethk@meowfishies.com>
|
||||
#
|
||||
# Created by: Seth Kingsley <sethk@meowfishies.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ymessenger
|
||||
PORTVERSION= 1.0.6.1
|
||||
@ -18,14 +14,14 @@ MAINTAINER= sethk@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
|
||||
|
Loading…
Reference in New Issue
Block a user