diff options
Diffstat (limited to '')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index 5363fdfe09f5..c92d5ffb7c4a 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= ctorrent PORTVERSION= 1.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,8 @@ GNU_CONFIGURE= yes USE_BZIP2= yes PATCH_SITES= http://www.rahul.net/dholmes/ctorrent/ -PATCHFILES= patchset-ctorrent-1.3.4-dnh2.diff +PATCHFILES= patchset-ctorrent-1.3.4-dnh2.diff \ + patchset-ctorrent-dnh2-dnh2.1.diff PLIST_FILES= bin/ctorrent CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |