diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /x11-clocks/astime | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff) | |
download | ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.tar.gz ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.zip |
Notes
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 |