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/astime | |
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/astime')
-rw-r--r-- | x11-clocks/astime/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |