diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-04-23 17:29:41 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-04-23 17:29:41 +0000 |
commit | 7585f57b9caadee9bd3aa3f5f41a222985ce237b (patch) | |
tree | d295d5d79b6487f4291897d624f7db58c20deb65 /x11-wm/fvwm2-devel | |
parent | e3600bc45fa4f8b8d2b80bf53990314f1bc69cdb (diff) | |
download | ports-7585f57b9caadee9bd3aa3f5f41a222985ce237b.tar.gz ports-7585f57b9caadee9bd3aa3f5f41a222985ce237b.zip |
Notes
Diffstat (limited to 'x11-wm/fvwm2-devel')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index 3543042634a8..f1fdd750e14e 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -33,6 +33,7 @@ WANT_GNOME= yes .include <bsd.port.pre.mk> GNU_CONFIGURE= yes +CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include .if defined(WITH_STROKE) CONFIGURE_ARGS+= --with-stroke --with-stroke-library=${LOCALBASE}/lib \ @@ -53,6 +54,12 @@ CONFIGURE_ARGS+= --with-png --with-png-includes=${LOCALBASE}/include \ --with-png-library=${LOCALBASE}/lib .endif +.if !defined(WITHOUT_ICONV) +LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv +CONFIGURE_ARGS+= --with-iconv-lib=/usr/local/lib \ + --with-iconv-includes=/usr/local/include +.endif + PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" .if ${HAVE_GNOME:Mimlib}!="" |