diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 11:54:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 11:54:06 +0000 |
commit | cffba79c8538155e0e98f6241e299b10766062bb (patch) | |
tree | 997fccfaefa10c86a0f72f0625edf6c7ba6c9d74 /irc/bopm | |
parent | 7373ce0ea472b813231a57d3da42e3e7273c1902 (diff) |
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=188533
Diffstat (limited to 'irc/bopm')
-rw-r--r-- | irc/bopm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/bopm/Makefile b/irc/bopm/Makefile index 2de7ead0e7a8..0f25b474e7ff 100644 --- a/irc/bopm/Makefile +++ b/irc/bopm/Makefile @@ -17,7 +17,8 @@ COMMENT= Open proxy and DNSBL monitor, designed for use with ircds LOGDIR= /var/log/${PORTNAME} -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 +LIBTOOLFILES= configure src/libopm/configure CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --localstatedir=${LOGDIR} |