diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellm-gamma/Makefile | 7 | ||||
-rw-r--r-- | misc/wmcalendar/Makefile | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/misc/gkrellm-gamma/Makefile b/misc/gkrellm-gamma/Makefile index 4dc7414aa8b2..6930ee6502cd 100644 --- a/misc/gkrellm-gamma/Makefile +++ b/misc/gkrellm-gamma/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-gamma -# Date Created: Jun 26 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# +# Created by: Pav Lucistnik <pav@oook.cz> # $FreeBSD$ -# PORTNAME= gkrellm-gamma PORTVERSION= 2.03 @@ -17,6 +13,7 @@ COMMENT= XFree86 gamma correction plugin for GKrellM BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig USE_XORG= x11 xxf86vm PLIST_FILES= libexec/gkrellm2/plugins/gamma.so MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 011fa1be6327..3c28ec0c8d65 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmcalendar -# Date created: 24 Apr 2003 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# +# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> # $FreeBSD$ -# PORTNAME= wmcalendar PORTVERSION= 0.5.2 @@ -18,6 +14,7 @@ LIB_DEPENDS= ical:${PORTSDIR}/devel/libical WRKSRC= ${WRKDIR}/${DISTNAME}/Src +USES= pkgconfig USE_XORG= xpm USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" \ |