diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /net/skype | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) | |
download | ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.tar.gz ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.zip |
Notes
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 759dc976345a..c6b47e298ebb 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -7,6 +7,7 @@ PORTNAME= skype PORTVERSION= 0.92.0.12 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} @@ -14,14 +15,13 @@ DISTNAME= skype_staticQT-${PORTVERSION} MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software -RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ - ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs USE_BZIP2= yes -USE_X_PREFIX= yes -#USE_LINUX= yes +PREFIX?= ${X11BASE} +USE_LINUX= yes WANT_GNOME= yes ONLY_FOR_ARCHS= i386 |