diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-18 23:24:07 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-18 23:24:07 +0800 |
commit | 21ee4745241e198be82c8c0379e4327e15e33bdc (patch) | |
tree | be90fcc5ff5bb7a9c3699750eec77fd1d50febbb /graphics | |
parent | a5781a2970c3e1b649b13bc2e7200c79f3c087d1 (diff) | |
download | freebsd-ports-gnome-21ee4745241e198be82c8c0379e4327e15e33bdc.tar.gz freebsd-ports-gnome-21ee4745241e198be82c8c0379e4327e15e33bdc.tar.zst freebsd-ports-gnome-21ee4745241e198be82c8c0379e4327e15e33bdc.zip |
- Convert to USES=tk
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libimg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index eeae995dfc5b..da0ea3bf1b0e 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -25,8 +25,7 @@ PLIST_SUB+= DIR="${DIR}" SHLIB_NAME="${SHLIB_NAME}" \ WRKSRC= ${WRKDIR}/img${PORTVERSION} MAKEFILE= ${FILESDIR}/Makefile.bsd -USE_TK= 84+ -USE_TK_BUILD= ${USE_TK} +USES= tk MAKE_ENV+= TCL_VER=${TCL_VER} NO_STAGE= yes |