diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 17:10:12 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 17:10:12 +0000 |
commit | a7f96ee2b4fd02382fac8ce7d641218ad24bebb4 (patch) | |
tree | 27960191aae2948ea279e46ae507baa991c34b6e /x11-clocks/mlclock | |
parent | 52c5d58921fcb6eaee151d4d2defbacbce3c598e (diff) | |
download | ports-a7f96ee2b4fd02382fac8ce7d641218ad24bebb4.tar.gz ports-a7f96ee2b4fd02382fac8ce7d641218ad24bebb4.zip |
- Remove USE_X_PREFIX
- Add USE_XORG= (modules)
- Bump portrevision
Notes
Notes:
svn path=/head/; revision=209698
Diffstat (limited to 'x11-clocks/mlclock')
-rw-r--r-- | x11-clocks/mlclock/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-clocks/mlclock/Makefile b/x11-clocks/mlclock/Makefile index c0c0f2021b12..a546d77ae3de 100644 --- a/x11-clocks/mlclock/Makefile +++ b/x11-clocks/mlclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= mlclock PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= http://www2u.biglobe.ne.jp/~y-miyata/mlvwm/ @@ -15,8 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Clock for mlvwm window manager WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_X_PREFIX= yes +USE_XORG= x11 xau xdmcp PLIST_FILES= bin/mlclock %%DATADIR%%/mlclockrc %%DATADIR%%/mlclockrc-kanji PLIST_DIRS= %%DATADIR%% |