diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 12:11:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 12:11:16 +0800 |
commit | 3cf7db32fe2d7b64e09a3be45649d69520c45550 (patch) | |
tree | fb48b6bb8472fd4293e7a40aff0b3549b72870c9 /biology/embassy | |
parent | a161c49c9ae53c89a81de237c6bf04c67c7535d3 (diff) | |
download | freebsd-ports-gnome-3cf7db32fe2d7b64e09a3be45649d69520c45550.tar.gz freebsd-ports-gnome-3cf7db32fe2d7b64e09a3be45649d69520c45550.tar.zst freebsd-ports-gnome-3cf7db32fe2d7b64e09a3be45649d69520c45550.zip |
Add missing USE_ICONV
Diffstat (limited to 'biology/embassy')
-rw-r--r-- | biology/embassy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/embassy/Makefile b/biology/embassy/Makefile index 4f0187c96867..6c572598b54e 100644 --- a/biology/embassy/Makefile +++ b/biology/embassy/Makefile @@ -20,6 +20,7 @@ COMMENT= A collection of contributed EMBOSS applications LIB_DEPENDS= nucleus.1:${PORTSDIR}/biology/emboss USE_SUBMAKE= yes +USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_XLIB= yes |