diff options
author | pav <pav@FreeBSD.org> | 2007-03-27 19:54:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-27 19:54:06 +0800 |
commit | 411336584c9b8781ac886204181693547b679103 (patch) | |
tree | 9f4cac7b8499f6e2dac4a92e068b31e0403dc044 /irc/bopm | |
parent | 34bddcb72548e1c2bc978caee24c5af874c7bdf4 (diff) | |
download | freebsd-ports-gnome-411336584c9b8781ac886204181693547b679103.tar.gz freebsd-ports-gnome-411336584c9b8781ac886204181693547b679103.tar.zst freebsd-ports-gnome-411336584c9b8781ac886204181693547b679103.zip |
- Fix after objformat removal
Reported by: pointyhat
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} |