diff options
author | gahr <gahr@FreeBSD.org> | 2016-04-21 20:45:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-04-21 20:45:16 +0800 |
commit | ac5d272d1eaeb3661403bdf305e8a11c17c7cdfd (patch) | |
tree | 3c47f4ee7e0e777062b9c677d035a29268b3be14 /astro/tkgeomap | |
parent | 87884b5f99e6643cec3dea3cba1735f2aecea83e (diff) | |
download | freebsd-ports-gnome-ac5d272d1eaeb3661403bdf305e8a11c17c7cdfd.tar.gz freebsd-ports-gnome-ac5d272d1eaeb3661403bdf305e8a11c17c7cdfd.tar.zst freebsd-ports-gnome-ac5d272d1eaeb3661403bdf305e8a11c17c7cdfd.zip |
Convert a few more ports to USES=tcl:tea
Diffstat (limited to 'astro/tkgeomap')
-rw-r--r-- | astro/tkgeomap/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index 24f9fd25ea8e..0c89251561b3 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -13,11 +13,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libtclgeomap.so:astro/tclgeomap -USES+= tk -GNU_CONFIGURE= yes +USES+= tk:tea CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x \ - --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} \ - --with-tk=${TK_LIBDIR} --with-tkinclude=${TK_INCLUDEDIR} \ --x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include MAKE_ENV+= TCLGEOMAP_LIB="-L ${LOCALBASE}/lib -ltclgeomap" WRKSRC= ${WRKDIR}/${DISTNAME}/unix |