diff options
author | kris <kris@FreeBSD.org> | 2005-10-22 13:51:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-22 13:51:48 +0800 |
commit | 116e78a1bd246ff02b60d390832adf30cb525c96 (patch) | |
tree | 2a0433fcbf6a63a4bd528dc5ba4efd1df9db7447 | |
parent | b34af3ac935e8eb5883c70f3a46b911259354833 (diff) | |
download | freebsd-ports-gnome-116e78a1bd246ff02b60d390832adf30cb525c96.tar.gz freebsd-ports-gnome-116e78a1bd246ff02b60d390832adf30cb525c96.tar.zst freebsd-ports-gnome-116e78a1bd246ff02b60d390832adf30cb525c96.zip |
Support non-standard X11BASE
-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 |