diff options
author | marius <marius@FreeBSD.org> | 2015-12-29 22:55:30 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2015-12-29 22:55:30 +0800 |
commit | 9ce08b8230195729f9c64af4e15c3e4010d0e3aa (patch) | |
tree | 834f7416342829145b72d90c6ae51138404b4cee | |
parent | 7c4d1026bada1ac776df02025e01e073bb5a4d3c (diff) | |
download | freebsd-ports-gnome-9ce08b8230195729f9c64af4e15c3e4010d0e3aa.tar.gz freebsd-ports-gnome-9ce08b8230195729f9c64af4e15c3e4010d0e3aa.tar.zst freebsd-ports-gnome-9ce08b8230195729f9c64af4e15c3e4010d0e3aa.zip |
Don't depend on gettext if libiconv is part of base and cdrtools-devel is
built without NLS support.
-rw-r--r-- | sysutils/cdrtools-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cdrtools-devel/Makefile b/sysutils/cdrtools-devel/Makefile index b5a128eedd23..59e5dd9914b4 100644 --- a/sysutils/cdrtools-devel/Makefile +++ b/sysutils/cdrtools-devel/Makefile @@ -91,8 +91,8 @@ CDRTLSXARCH!= ${UNAME} -m .if exists(/usr/include/iconv.h) || exists(${LOCALBASE}/lib/libiconv.a) || \ exists(${LOCALBASE}/lib/libintl.a) || ${PORT_OPTIONS:MNLS} -MAKE_ENV+= DEFOSINCDIRS=${LOCALBASE}/include LDPATH=-L${LOCALBASE}/lib -USES+= gettext iconv +#MAKE_ENV+= DEFOSINCDIRS=${LOCALBASE}/include LDPATH=-L${LOCALBASE}/lib +#USES+= gettext iconv .endif post-extract: |