aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-07-31 05:04:31 +0800
committersat <sat@FreeBSD.org>2007-07-31 05:04:31 +0800
commit081eb2d4d5fe587dc8de509038dc868e5975915f (patch)
treedb4123b6234c8563762cf7b1eea92518f906522b /x11-toolkits
parentdf0c5c4171f4b3f10dfafa1be9bc3d06e6203699 (diff)
downloadfreebsd-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/Makefile3
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 \