diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-01 17:04:20 +0800 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-01 17:04:20 +0800 |
commit | d6c5670f5c739419125b3fc88d869e4194bdb4cc (patch) | |
tree | 7aa06aed5c5c4c58f5dae1686c1925a0a58aeded /astro | |
parent | c4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2 (diff) | |
download | freebsd-ports-gnome-d6c5670f5c739419125b3fc88d869e4194bdb4cc.tar.gz freebsd-ports-gnome-d6c5670f5c739419125b3fc88d869e4194bdb4cc.tar.zst freebsd-ports-gnome-d6c5670f5c739419125b3fc88d869e4194bdb4cc.zip |
- LIB_DEPEND on Tcl/Tk
Reported by: pointyhat via kris
Diffstat (limited to 'astro')
-rw-r--r-- | astro/tclgeomap/Makefile | 2 | ||||
-rw-r--r-- | astro/tkgeomap/Makefile | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile index 7bfdd748ec36..a68dbd583243 100644 --- a/astro/tclgeomap/Makefile +++ b/astro/tclgeomap/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= tkgeomap MAINTAINER= infofarmer@FreeBSD.org COMMENT= Read, manipulate and display geo data +LIB_DEPENDS= tcl${USE_TCL}.1:${PORTSDIR}/lang/tcl${USE_TCL} + USE_TCL= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index d2c87181d306..671355bb0eba 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -13,13 +13,10 @@ MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= Read, manipulate and display geo data -LIB_DEPENDS= tclgeomap${PORTVERSION}.0:${PORTSDIR}/astro/tclgeomap +LIB_DEPENDS= tclgeomap${PORTVERSION}.0:${PORTSDIR}/astro/tclgeomap \ + tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK} -.ifndef WITHOUT_X11 -USE_XLIB= yes -CONFIGURE_ARGS= --with-x -.endif -CONFIGURE_ARGS+= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap +CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x USE_TK= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix |