diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /x11-clocks | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209636
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/cairo-clock/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/Makefile | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-clocks/cairo-clock/Makefile b/x11-clocks/cairo-clock/Makefile index d835db2fb064..2daab7c46ea5 100644 --- a/x11-clocks/cairo-clock/Makefile +++ b/x11-clocks/cairo-clock/Makefile @@ -20,7 +20,6 @@ USE_GCC= 3.3+ USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes -USE_XLIB= yes USE_LDCONFIG= yes GZIP_CMD?= /usr/bin/gzip MAN1= cairo-clock.1 diff --git a/x11-clocks/wmfuzzy/Makefile b/x11-clocks/wmfuzzy/Makefile index efe0ab4ddd5a..670f0ab62637 100644 --- a/x11-clocks/wmfuzzy/Makefile +++ b/x11-clocks/wmfuzzy/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmfuzzy PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.manicai.net/comp/wmfuzzy/ EXTRACT_SUFX= .tgz @@ -17,8 +17,7 @@ COMMENT= A fuzzy clock WindowMaker dockapp WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm PORTDOCS= README PLIST_FILES= bin/wmfuzzy |