diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-09-04 11:21:33 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-09-04 11:21:33 +0000 |
commit | e7f4a7bb9408fe2d56bbb7f77d1c76b2cbec1858 (patch) | |
tree | 60df652b6ceb0552bed8f84bf15d9f3ef6d96f88 /net/ekiga | |
parent | Prepare for path based autotools patch. (diff) |
We must still use USE_AUTOCONF
Notes
Notes:
svn path=/head/; revision=65597
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index d77be0e20f17..904c7192d4c7 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -23,7 +23,7 @@ NOCLEANDEPENDS= yes USE_X_PREFIX= yes USE_BISON= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes # we need this so configure is regenerated USE_GNOMENG= yes USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix USE_GMAKE= yes |