diff options
author | mezz <mezz@FreeBSD.org> | 2006-10-20 02:40:25 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-10-20 02:40:25 +0800 |
commit | 6eb802593c39b8409465b4239588c144f312c013 (patch) | |
tree | 3bb45e51753c43eb6bbb92d3957e02245db983dd /x11-clocks | |
parent | b20f148a6e1dc62cfc5145a7c65bad918eb30551 (diff) | |
download | freebsd-ports-gnome-6eb802593c39b8409465b4239588c144f312c013.tar.gz freebsd-ports-gnome-6eb802593c39b8409465b4239588c144f312c013.tar.zst freebsd-ports-gnome-6eb802593c39b8409465b4239588c144f312c013.zip |
-Fix the dependency. (chase the X11BASE -> LOCALBASE move)
-Move to LOCALBASE to fix the plist.
-Bump the PORTREVISION.
Reported by: krismail
Approved by: portmgr (implicit, kris and marcus)
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/gdesklets-ebichuclock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-clocks/gdesklets-ebichuclock/Makefile b/x11-clocks/gdesklets-ebichuclock/Makefile index 7beafcd2fd66..8de285ac4c6c 100644 --- a/x11-clocks/gdesklets-ebichuclock/Makefile +++ b/x11-clocks/gdesklets-ebichuclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= ebichuclock PORTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-clocks gnome MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ PKGNAMEPREFIX= gdesklets- @@ -16,10 +16,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A very simple clock with a small Ebichu picture in it RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \ - ${X11BASE}/share/gnome/gdesklets/Sensors/Clock/__init__.py:${PORTSDIR}/x11-clocks/gdesklets-clock + ${LOCALBASE}/share/gnome/gdesklets/Sensors/Clock/__init__.py:${PORTSDIR}/x11-clocks/gdesklets-clock USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes NAME= ebichuclock DATADIR= ${PREFIX}/share/gnome |