diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:05:33 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:57:14 +0000 |
commit | 089f285e00180fa7556411f52e1871c884a84975 (patch) | |
tree | f6767ce502c292bb62d5152f2fa623d14149fb0c /graphics/icoutils | |
parent | 5912209948434a7fff72460fc2f0b870e3ff899f (diff) | |
download | ports-089f285e00180fa7556411f52e1871c884a84975.tar.gz ports-089f285e00180fa7556411f52e1871c884a84975.zip |
Diffstat (limited to 'graphics/icoutils')
-rw-r--r-- | graphics/icoutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index e75393eee9fb..7206e21acd28 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -14,10 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png USES= cpe localbase shebangfix tar:bzip2 -CPE_VENDOR= ${PORTNAME}_project + CONFIGURE_ARGS= --disable-nls GNU_CONFIGURE= yes +CPE_VENDOR= icoutils_project + SHEBANG_FILES= extresso/*.in OPTIONS_DEFINE= EXTRESSO |