diff options
author | sat <sat@FreeBSD.org> | 2007-07-31 05:04:31 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-31 05:04:31 +0800 |
commit | 081eb2d4d5fe587dc8de509038dc868e5975915f (patch) | |
tree | db4123b6234c8563762cf7b1eea92518f906522b /x11-toolkits | |
parent | df0c5c4171f4b3f10dfafa1be9bc3d06e6203699 (diff) | |
download | freebsd-ports-graphics-081eb2d4d5fe587dc8de509038dc868e5975915f.tar.gz freebsd-ports-graphics-081eb2d4d5fe587dc8de509038dc868e5975915f.tar.zst freebsd-ports-graphics-081eb2d4d5fe587dc8de509038dc868e5975915f.zip |
- Depend on x11 and xext explicitly [1]
- Pet portlint
- Bump portrevision
PR: ports/115044 [1]
Submitted by: mm [1]
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 bba2d35c01d..de1215f8ea5 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 \ |