diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-09-01 15:14:44 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-09-01 15:14:44 +0000 |
commit | aa647260fe2c62c0b81d06dede560a9498446722 (patch) | |
tree | 759bdc582ea1354bd9da4e9886d5dd87ffc33f5e /mail/libetpan/Makefile | |
parent | c03db6bd42b91f99392e03064da3df4d3625999f (diff) | |
download | FreeBSD-ports-aa647260fe2c62c0b81d06dede560a9498446722.zip FreeBSD-ports-aa647260fe2c62c0b81d06dede560a9498446722.tar.gz |
Fix pkg-comment format.
Do not install .la file
PR: ports/42245
Submitted by: Ports Fury.
Diffstat (limited to 'mail/libetpan/Makefile')
-rw-r--r-- | mail/libetpan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 476d538..6143665 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,18 +8,18 @@ PORTNAME= libetpan PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_OPENSSL= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes |