diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-30 19:07:21 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-30 19:07:21 +0000 |
commit | 136284e83bd68e5fc4749809705a75289bb82ea8 (patch) | |
tree | 36031cb0515ed1abeecfc33543b5b545ac5fa1e5 /x11-toolkits | |
parent | - Fix version in egg-info filename (diff) |
- Depend on x11 and xext explicitly
- Bump portrevision
PR: ports/115046
Submitted by: mm
Notes
Notes:
svn path=/head/; revision=196754
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 \ |