diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
commit | 95e70819761ed898d6a4ea9874d4bd43a5491f3e (patch) | |
tree | 05c37dd385b99b953046290a1ad749042e2d1c51 /x11/gdkxft | |
parent | 284101cc39e019e4530f6878d10381ed2e68a3d5 (diff) |
Notes
Diffstat (limited to 'x11/gdkxft')
-rw-r--r-- | x11/gdkxft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index a1fced9290ee..8cb9312c9a23 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_AUTOTOOLS= libtool USE_GNOME= gtk12 -USE_ICONV= yes +USES= iconv GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex -liconv CFLAGS+= `pkg-config xft --cflags` |