diff options
Diffstat (limited to 'misc/kwatch')
-rw-r--r-- | misc/kwatch/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile index 380109f7e730..213fba73c7e4 100644 --- a/misc/kwatch/Makefile +++ b/misc/kwatch/Makefile @@ -8,17 +8,16 @@ PORTNAME= kwatch PORTVERSION= 0.3 CATEGORIES= misc kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1/apps/utils +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/admin/frontends -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.3:${PORTSDIR}/x11/kdelibs11 \ +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \ kdeui.3:${PORTSDIR}/x11/kdelibs11 USE_QT= yes -GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" +GNU_CONFIGURE= yes .include <bsd.port.mk> |