diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /x11-clocks | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/astime/Makefile | 5 | ||||
-rw-r--r-- | x11-clocks/wmcalclock/Makefile | 5 |
3 files changed, 5 insertions, 8 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile index e711b619769e..c1334f9617fb 100644 --- a/x11-clocks/asclock-gtk/Makefile +++ b/x11-clocks/asclock-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= asclock-gtk PORTVERSION= 2.1.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-clocks afterstep windowmaker MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama @@ -19,7 +19,6 @@ COMMENT= New flavor of asclock (GTK version) WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= asclock -USE_X_PREFIX= yes USE_GNOME= gtk12 HAS_CONFIGURE= yes diff --git a/x11-clocks/astime/Makefile b/x11-clocks/astime/Makefile index 551595b7d2a0..9a056f4e47ec 100644 --- a/x11-clocks/astime/Makefile +++ b/x11-clocks/astime/Makefile @@ -7,7 +7,7 @@ PORTNAME= astime PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks afterstep MASTER_SITES= ftp://ftp.afterstep.org/apps/astime/ \ http://www.tigr.net/afterstep/download/astime/ @@ -15,8 +15,7 @@ MASTER_SITES= ftp://ftp.afterstep.org/apps/astime/ \ MAINTAINER= kris@FreeBSD.org COMMENT= Time/Date applet for WindowMaker -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-xpm-library="${X11BASE}/lib" --with-xpm-includes="${X11BASE}/include/X11" INSTALL_TARGET= install install.man diff --git a/x11-clocks/wmcalclock/Makefile b/x11-clocks/wmcalclock/Makefile index e8306e9bc645..fc43e168dd83 100644 --- a/x11-clocks/wmcalclock/Makefile +++ b/x11-clocks/wmcalclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmCalClock PORTVERSION= 1.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks windowmaker MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=kris @@ -17,8 +17,7 @@ COMMENT= Another Window Maker calendar/clock dockapp WRKSRC= ${WRKDIR}/${DISTNAME}/Src -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm ALL_TARGET= clean all MAN1= wmCalClock.1 |