diff options
author | roger <roger@FreeBSD.org> | 2002-09-04 11:21:33 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-09-04 11:21:33 +0000 |
commit | d93a05ce00a64c48755aa3820acdbdf91360c906 (patch) | |
tree | dbc11fdbcc281d1f14a8af62fb0e0b127affb6d2 | |
parent | feab9d75736d647e56d19e0ed620128e73b4e57f (diff) | |
download | FreeBSD-ports-d93a05ce00a64c48755aa3820acdbdf91360c906.zip FreeBSD-ports-d93a05ce00a64c48755aa3820acdbdf91360c906.tar.gz |
We must still use USE_AUTOCONF
-rw-r--r-- | net/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index d77be0e..904c719 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 diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile index d77be0e..904c719 100644 --- a/net/gnomemeeting/Makefile +++ b/net/gnomemeeting/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 diff --git a/net/gnomemeeting2/Makefile b/net/gnomemeeting2/Makefile index d77be0e..904c719 100644 --- a/net/gnomemeeting2/Makefile +++ b/net/gnomemeeting2/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 |