diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /net/skype-devel/Makefile | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'net/skype-devel/Makefile')
-rw-r--r-- | net/skype-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile index 965e7e9852a7..a98ea5d42956 100644 --- a/net/skype-devel/Makefile +++ b/net/skype-devel/Makefile @@ -15,11 +15,11 @@ MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software 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 + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat USE_BZIP2= yes -PREFIX?= ${X11BASE} +USE_LINUX= yes +USE_X_PREFIX= yes WANT_GNOME= yes ONLY_FOR_ARCHS= i386 amd64 |