diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /net-p2p/valknut | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'net-p2p/valknut')
-rw-r--r-- | net-p2p/valknut/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile index cf26d344e011..b31afdd0d122 100644 --- a/net-p2p/valknut/Makefile +++ b/net-p2p/valknut/Makefile @@ -8,6 +8,7 @@ PORTNAME= valknut PORTVERSION= 0.3.13 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF MASTER_SITE_SUBDIR= wxdcgui @@ -19,12 +20,12 @@ LIB_DEPENDS= dc.0:${PORTSDIR}/net-p2p/dclib \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_QT_VER= 3 +USE_XORG= x11 ice xext USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \ - --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include +CONFIGURE_ARGS= --with-libdc=${LOCALBASE} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |