diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /devel/notify-sharp | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) | |
download | ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.tar.gz ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.zip |
Notes
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> |