diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-22 05:51:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-22 05:51:48 +0000 |
commit | 3672d0edd755be55ac3d0996e5259f976a72e37f (patch) | |
tree | f2d43c0ed57f9652726fae85010cc1d187c6097f /x11-clocks/astime | |
parent | 03cfab08f147c4b2d95ab5bdda9d0639233e5290 (diff) | |
download | ports-3672d0edd755be55ac3d0996e5259f976a72e37f.tar.gz ports-3672d0edd755be55ac3d0996e5259f976a72e37f.zip |
Notes
Diffstat (limited to 'x11-clocks/astime')
-rw-r--r-- | x11-clocks/astime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/astime/Makefile b/x11-clocks/astime/Makefile index 4d00a7aa29d1..84252102a717 100644 --- a/x11-clocks/astime/Makefile +++ b/x11-clocks/astime/Makefile @@ -17,6 +17,7 @@ COMMENT= Time/Date applet for WindowMaker USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-xpm-library="${X11BASE}/lib" --with-xpm-includes="${X11BASE}/include/X11" INSTALL_TARGET= install install.man MAN1= astime.1 |