diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-13 05:02:46 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-13 05:02:46 +0800 |
commit | 67a4d0df118210b83ac2cdfa50787d949da067b9 (patch) | |
tree | 30e1a47c727a45e72b8ae3a18d33f670f54f2c03 /net-p2p | |
parent | aa3ec2c3274a7e23f30867ce5f66441e3b01c341 (diff) | |
download | freebsd-ports-gnome-67a4d0df118210b83ac2cdfa50787d949da067b9.tar.gz freebsd-ports-gnome-67a4d0df118210b83ac2cdfa50787d949da067b9.tar.zst freebsd-ports-gnome-67a4d0df118210b83ac2cdfa50787d949da067b9.zip |
- Fix QT4 modules dependency list
- Bump portrevision
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/valknut/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile index 3c5684c7fd5c..e9552f79dc9d 100644 --- a/net-p2p/valknut/Makefile +++ b/net-p2p/valknut/Makefile @@ -9,7 +9,7 @@ PORTNAME= valknut PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF MASTER_SITE_SUBDIR= wxdcgui @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= valknut.1 USE_QT_VER= 4 -QT_COMPONENTS= corelib gui network qt3support +QT_COMPONENTS= corelib gui network qt3support moc uic rcc linguist USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes @@ -36,7 +36,8 @@ CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \ --x-includes=${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ + RCC="${LOCALBASE}/bin/rcc" LRELEASE="${LOCALBASE}/bin/lrelease-qt4" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |