diff options
author | kevlo <kevlo@FreeBSD.org> | 2005-10-24 14:16:00 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2005-10-24 14:16:00 +0800 |
commit | 7da6dc45e549286031a81f2a90fb6c7f55edd0ec (patch) | |
tree | 701fca515e7e5e606adf0ea5f835b12a170e363c /irc/quirc | |
parent | f820384b419571d6f18cd96a9c9be43b1b1783eb (diff) | |
download | freebsd-ports-gnome-7da6dc45e549286031a81f2a90fb6c7f55edd0ec.tar.gz freebsd-ports-gnome-7da6dc45e549286031a81f2a90fb6c7f55edd0ec.tar.zst freebsd-ports-gnome-7da6dc45e549286031a81f2a90fb6c7f55edd0ec.zip |
set USE_X_PREFIX. Pointed by kris
Diffstat (limited to 'irc/quirc')
-rw-r--r-- | irc/quirc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index 9a3def068069..3dfa2d222cff 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -15,6 +15,7 @@ COMMENT= An irc client for the X Window System that uses TCL/TK LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +USE_X_PREFIX= yes USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |