diff options
author | dougb <dougb@FreeBSD.org> | 2007-09-04 22:35:33 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-09-04 22:35:33 +0000 |
commit | 55dc2c944b1b016bea7fbbe5b8aa3dff8cb400b3 (patch) | |
tree | 6b9be51a8622d11cb24b28145e892b3048bcb8d2 /security | |
parent | 1ddb6bfb497a6ec3897e12f7db824990cb1e3a86 (diff) | |
download | FreeBSD-ports-55dc2c944b1b016bea7fbbe5b8aa3dff8cb400b3.zip FreeBSD-ports-55dc2c944b1b016bea7fbbe5b8aa3dff8cb400b3.tar.gz |
Unbreak the build by adding an explicit dependency on intltool
Diffstat (limited to 'security')
-rw-r--r-- | security/pidgin-otr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index d5853b3..0ffd6ed 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ USE_XLIB= yes USE_GMAKE= yes +USE_GNOME= intltool USE_GETTEXT= yes GNU_CONFIGURE= yes |