diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-12-07 08:44:59 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-12-07 08:44:59 +0000 |
commit | 2c9b086bbc1b0bd2095bd829781223601196a617 (patch) | |
tree | f5c51985d035791bf77e506bfe92c36f860fb4d4 /irc/irssi | |
parent | Fix build with Perl < 5.6. (diff) |
fix typo error (deve/boehm-gc to devel/boehm-gc),
and change pre-everything to pre-extract.
Diffstat (limited to 'irc/irssi')
-rw-r--r-- | irc/irssi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index c40d9d15d759..305487fdc34f 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -54,7 +54,7 @@ WITH_SSL= yes .if ${WITH_GLIB} == "2" USE_GNOME= glib20 -LIB_DEPENDS+= gc.1:${PORTSDIR}/deve/boehm-gc +LIB_DEPENDS+= gc.1:${PORTSDIR}/devel/boehm-gc CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include CONFIGURE_ARGS+= --with-gc .elif ${WITH_GLIB} == "1" @@ -99,7 +99,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --disable-ssl .endif -pre-everything:: +pre-extract: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" |