diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-21 04:12:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-21 04:12:50 +0800 |
commit | 8d59fc66227d7690ad17d8460397cba455b352f8 (patch) | |
tree | d8fb7147a59aeb6dde89bde326a12fb082b59e98 /archivers/liborange | |
parent | 351a8d3310f4609a28e11857aafe42e439388353 (diff) | |
download | freebsd-ports-gnome-8d59fc66227d7690ad17d8460397cba455b352f8.tar.gz freebsd-ports-gnome-8d59fc66227d7690ad17d8460397cba455b352f8.tar.zst freebsd-ports-gnome-8d59fc66227d7690ad17d8460397cba455b352f8.zip |
Fix typo
Diffstat (limited to 'archivers/liborange')
-rw-r--r-- | archivers/liborange/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index d7323eecd036..2d7f3826e382 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -26,7 +26,7 @@ MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= gnomehack -ISE_PKGCONFIG= build +USE_PKGCONFIG= build USE_ICONV= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |