diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-27 14:45:30 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-27 14:45:30 +0000 |
commit | df31fbe201e9315e02a3725eff3a23eb1b002f5f (patch) | |
tree | baca927c421829a5f2afb1abd47ad000b84a20d3 /print/gtklp/Makefile | |
parent | Oh, forgot, there is no rule six, either. (diff) |
Add USE_AUTOCONF_VER. Don't use autoconf without it(tm).
Notes
Notes:
svn path=/head/; revision=71156
Diffstat (limited to '')
-rw-r--r-- | print/gtklp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 3ac189bfa800..9fdb0e50aa24 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -21,6 +21,7 @@ USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_X_PREFIX= yes +USE_AUTOCONF_VER= 253 CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups" |