diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-06-03 01:01:43 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-06-03 01:01:43 +0800 |
commit | 8e2e1fa17d96917a990ee4e58427571322020b38 (patch) | |
tree | 14d7dc17ab722013e4c92148c23443e784200935 /x11/trayer/Makefile | |
parent | 7a357b80062e5ab4d94a01bfd4854b13ccf14b66 (diff) | |
download | freebsd-ports-gnome-8e2e1fa17d96917a990ee4e58427571322020b38.tar.gz freebsd-ports-gnome-8e2e1fa17d96917a990ee4e58427571322020b38.tar.zst freebsd-ports-gnome-8e2e1fa17d96917a990ee4e58427571322020b38.zip |
- Fix conflicts
While I'm here take maintainership of x11/trayer
Reported by: Sulev-Madis "ketas" Silber <madis555@hot.ee> (by e-mail)
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'x11/trayer/Makefile')
-rw-r--r-- | x11/trayer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index d21546808e77..582acfeaea33 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -13,9 +13,11 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/t/trayer DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Lightweight GTK2-based systray for UNIX desktop +CONFLICTS_INSTALL= trayer-srg-[0-9]* + USE_GNOME= gtk20 glib20 pango atk USE_ICONV= yes USE_XORG= xmu |