diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-30 21:46:14 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-30 21:46:14 +0000 |
commit | 937348d0fe9808c48c6bc4a1856fa655a815fa69 (patch) | |
tree | e0528de31d700fe12446b7bd224f93a819fb13a9 /x11/fast-user-switch-applet/Makefile | |
parent | 76595053271c6a7de670447cc702352b42b547dd (diff) | |
download | ports-937348d0fe9808c48c6bc4a1856fa655a815fa69.tar.gz ports-937348d0fe9808c48c6bc4a1856fa655a815fa69.zip |
Notes
Diffstat (limited to 'x11/fast-user-switch-applet/Makefile')
-rw-r--r-- | x11/fast-user-switch-applet/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile index 4691bc952ee2..687383269a23 100644 --- a/x11/fast-user-switch-applet/Makefile +++ b/x11/fast-user-switch-applet/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ # -PORTNAME= user-selector-applet -PORTVERSION= 0.0.7 -PORTREVISION= 3 +PORTNAME= fast-user-switch-applet +PORTVERSION= 0.2.1 CATEGORIES= x11 gnome -MASTER_SITES= http://esco.mine.nu/downloads/ \ +MASTER_SITES= http://ignore-your.tv/downloads/fusa/ \ ${MASTER_SITE_LOCAL:S/%SUBDIR%/bland/} DIST_SUBDIR= gnome2 @@ -18,7 +17,10 @@ COMMENT= Fast user switching applet for GNOME USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gtk20 gnomepanel +USE_GNOME= gnomehack intlhack gnomeprefix gtk20 gnomepanel USE_LIBTOOL_VER= 15 +CONFIGURE_ARGS= --with-gdm-config=${X11BASE}/etc/gdm/gdm.conf + +GCONF_SCHEMAS= fast-user-switch-applet.schemas .include <bsd.port.mk> |