diff options
Diffstat (limited to 'net-p2p/opendchub/Makefile')
-rw-r--r-- | net-p2p/opendchub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index d52137f09d67..282cf8ae137d 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opendchub -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +17,7 @@ COMMENT= Unofficial Unix version of the Direct Connect Hub software USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: .for file in src/fileio.c src/main.c |