diff options
author | pat <pat@FreeBSD.org> | 2002-02-06 12:26:38 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-06 12:26:38 +0800 |
commit | 3763eaa6ca7d3a3fb5820d5778717ee7178dac56 (patch) | |
tree | bdf7647761538817eab368fb2ed945b32b8fdef1 /x11/gdkxft | |
parent | c4e19fa74dad5959631bd81ff23028d3632310ea (diff) | |
download | freebsd-ports-gnome-3763eaa6ca7d3a3fb5820d5778717ee7178dac56.tar.gz freebsd-ports-gnome-3763eaa6ca7d3a3fb5820d5778717ee7178dac56.tar.zst freebsd-ports-gnome-3763eaa6ca7d3a3fb5820d5778717ee7178dac56.zip |
Fix depends and link giconv library
Submitted by: Shu-yu Guo <shu@rufuran.org>
Reviewed and Approved by: maintainer
Diffstat (limited to 'x11/gdkxft')
-rw-r--r-- | x11/gdkxft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 525e66e9376a..56f3e8e76ae2 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -13,14 +13,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anders@hack.org -BUILD_DEPENDS= giconv:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes USE_GTK= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= LDFLAGS=-lgnuregex +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnuregex -lgiconv" CONFIGURE_ARGS= --sbindir=${PREFIX}/bin INSTALLS_SHLIB= yes |