2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
14 lines
492 B
Makefile
14 lines
492 B
Makefile
# $OpenBSD: libiconv.port.mk,v 1.6 2010/11/15 00:22:50 espie Exp $
|
|
|
|
# The RUN_DEPENDS entry is to ensure libiconv is installed. This is
|
|
# necessary so that we have charset.alias installed on static archs.
|
|
# Typically installed in PREFIX/lib.
|
|
MODLIBICONV_LIB_DEPENDS = converters/libiconv
|
|
MODLIBICONV_RUN_DEPENDS = converters/libiconv
|
|
|
|
MODLIBICONV_WANTLIB = iconv>=2
|
|
|
|
LIB_DEPENDS += ${MODLIBICONV_LIB_DEPENDS}
|
|
RUN_DEPENDS += ${MODLIBICONV_RUN_DEPENDS}
|
|
WANTLIB += ${MODLIBICONV_WANTLIB}
|