diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-10 23:14:29 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-10 23:14:29 +0800 |
commit | 19975aa88a34cf05c023bc3388b52035de1d6b3a (patch) | |
tree | 79382922c1065d5048c232199e3e59ab01a1935c /net-p2p | |
parent | 705424fd36081db9d4cbe182bbda80ea5c1851fe (diff) | |
download | freebsd-ports-gnome-19975aa88a34cf05c023bc3388b52035de1d6b3a.tar.gz freebsd-ports-gnome-19975aa88a34cf05c023bc3388b52035de1d6b3a.tar.zst freebsd-ports-gnome-19975aa88a34cf05c023bc3388b52035de1d6b3a.zip |
More pthread-check fixes.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/kmldonkey/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/kmldonkey/Makefile b/net-p2p/kmldonkey/Makefile index dd2e2e6b2da2..cdb68799c7f4 100644 --- a/net-p2p/kmldonkey/Makefile +++ b/net-p2p/kmldonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= kmldonkey PORTVERSION= 0.10.pre4 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/} MAINTAINER= lioux@FreeBSD.org COMMENT= KDE integration for MLDonkey eDonkey P2P client +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure + USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes |