diff options
Diffstat (limited to 'www/multiwatch/Makefile')
-rw-r--r-- | www/multiwatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/multiwatch/Makefile b/www/multiwatch/Makefile index 434e9ff92a56..195de837da09 100644 --- a/www/multiwatch/Makefile +++ b/www/multiwatch/Makefile @@ -2,6 +2,7 @@ PORTNAME= multiwatch PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/multiwatch/releases-1.x/ @@ -15,7 +16,7 @@ GNU_CONFIGURE= yes MAN1= multiwatch.1 USES= pkgconfig USE_BZIP2= yes -USE_GNOME= _glib20 +USE_GNOME= glib20 # Help configure find libev. CFLAGS+= -I${LOCALBASE}/include |