diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-21 00:32:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-21 00:32:21 +0800 |
commit | 96c0036cd3c50f2a052a73d4d08bfae4b02cc5fc (patch) | |
tree | 2e0ec35e20fe715aed0aa6acdc8d182135c8b50f /deskutils/mdh/Makefile | |
parent | dcb29dcd1faa78b160cbbeb18ff62e6094d53b6c (diff) | |
download | freebsd-ports-gnome-96c0036cd3c50f2a052a73d4d08bfae4b02cc5fc.tar.gz freebsd-ports-gnome-96c0036cd3c50f2a052a73d4d08bfae4b02cc5fc.tar.zst freebsd-ports-gnome-96c0036cd3c50f2a052a73d4d08bfae4b02cc5fc.zip |
- Update to 1.9.60
PR: 131838
Submitted by: Ports Fury
Diffstat (limited to 'deskutils/mdh/Makefile')
-rw-r--r-- | deskutils/mdh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile index 3e26a60d026c..254c9debaf0e 100644 --- a/deskutils/mdh/Makefile +++ b/deskutils/mdh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mdh -PORTVERSION= 1.9.59 -PORTREVISION= 6 +PORTVERSION= 1.9.60 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gozer.org/programs/gtk/files/ @@ -15,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2-based toolbar, like a smaller GNOME panel USE_BZIP2= yes -USE_GNOME= gnometarget gtk20 +USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |