diff options
Diffstat (limited to 'devel/notify-sharp')
-rw-r--r-- | devel/notify-sharp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/notify-sharp/Makefile b/devel/notify-sharp/Makefile index eeddc3181268..b24f4b514f06 100644 --- a/devel/notify-sharp/Makefile +++ b/devel/notify-sharp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: notify-sharp -# Date created: 2008-08-05 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= notify-sharp PORTVERSION= 0.4.0 @@ -19,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/d ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtksharp20 .include <bsd.port.mk> |