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/rclock/Makefile | |
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/rclock/Makefile')
-rw-r--r-- | x11-clocks/rclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/rclock/Makefile b/x11-clocks/rclock/Makefile index 54dfda7e029f..67a94e676678 100644 --- a/x11-clocks/rclock/Makefile +++ b/x11-clocks/rclock/Makefile @@ -11,7 +11,7 @@ PORTNAME= rclock PORTVERSION= 2.7.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ ftp://mason.primenet.com.au/pub/rxvt/%SUBDIR%/ \ @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Analog clock for X w/appointment reminder and mail notification USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XORG= x11 xau xdmcp ice GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-DMAIL_SPOOL='\"/var/mail/\"'" ALL_TARGET= clock |