diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-30 21:04:31 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-30 21:04:31 +0000 |
commit | 4d521131bdcb3c6acea40939360ef66429b4cdd1 (patch) | |
tree | ec1428d2bd1053a937238f635bc5dcfc9a19ff84 /x11-toolkits | |
parent | - Remove conflicts (diff) |
- Depend on x11 and xext explicitly [1]
- Pet portlint
- Bump portrevision
PR: ports/115044 [1]
Submitted by: mm [1]
Notes
Notes:
svn path=/head/; revision=196759
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tkdnd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/tkdnd/Makefile b/x11-toolkits/tkdnd/Makefile index bba2d35c01df..de1215f8ea51 100644 --- a/x11-toolkits/tkdnd/Makefile +++ b/x11-toolkits/tkdnd/Makefile @@ -7,8 +7,8 @@ PORTNAME= tkdnd PORTVERSION= 1.0 -PORTREVISION= 1 DISTVERSION= 1.0.20040304 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk84 MASTER_SITES= CENKES # Distfile prepared from SourceForge CVS @@ -18,6 +18,7 @@ COMMENT= Native drag and drop capabilities USE_BZIP2= yes 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 \ |