diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-06 04:26:38 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-06 04:26:38 +0000 |
commit | 8791e0665ba7773a7eac342ad17aa6e2b12217ca (patch) | |
tree | 553b7ff9ff219d4bf3d880fbf036f031c7a11be7 /x11/gdkxft | |
parent | 1a17adebbfd63a1255dbe727054ed0fe223717ee (diff) |
Notes
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 |