diff options
author | sat <sat@FreeBSD.org> | 2007-07-31 03:07:21 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-31 03:07:21 +0800 |
commit | 9b06a07adc755acc7dad4ce78f5956267f910467 (patch) | |
tree | 99e8454963cc43ac3ff8900c27e44ee34a607b31 /x11-toolkits | |
parent | abe2699b899f408f63b46c976f0ed18f9a93c097 (diff) | |
download | freebsd-ports-gnome-9b06a07adc755acc7dad4ce78f5956267f910467.tar.gz freebsd-ports-gnome-9b06a07adc755acc7dad4ce78f5956267f910467.tar.zst freebsd-ports-gnome-9b06a07adc755acc7dad4ce78f5956267f910467.zip |
- Depend on x11 and xext explicitly
- Bump portrevision
PR: ports/115046
Submitted by: mm
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tktray/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile index 988e2b7d86ec..d135b7da68b4 100644 --- a/x11-toolkits/tktray/Makefile +++ b/x11-toolkits/tktray/Makefile @@ -7,7 +7,7 @@ PORTNAME= tktray PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk84 MASTER_SITES= http://www.sw4me.com/ CENKES DISTNAME= ${TKPKG} @@ -16,6 +16,7 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= System tray icon support USE_TK= yes +USE_XORG= x11 xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include \ |