diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
commit | cfa7269b11b8bb50068e3ee5ee55b2fe716853e5 (patch) | |
tree | 9c339ce0cb216e4bfd3db6edb813dd8c416ee9c2 /astro/tkgeomap | |
parent | 779cd6a87b1e70223ee1cd2d746ddb64160bfb9c (diff) |
Notes
Diffstat (limited to 'astro/tkgeomap')
-rw-r--r-- | astro/tkgeomap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index 183b0d0678bc..b4afd577a380 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= Read, manipulate and display geo data -LIB_DEPENDS= tclgeomap.0:${PORTSDIR}/astro/tclgeomap \ - tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK} +LIB_DEPENDS= tclgeomap.0:${PORTSDIR}/astro/tclgeomap CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x \ --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} \ |