diff options
author | arved <arved@FreeBSD.org> | 2003-01-16 10:38:17 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-16 10:38:17 +0000 |
commit | eff59a06b2c29309834b6adb352c9c46b46ee58a (patch) | |
tree | c63096bbf0286929e76643cca613d05c393b5c0a | |
parent | 967ec8c893ba3311b426bf9bae45eecd0f72c1ec (diff) | |
download | FreeBSD-ports-eff59a06b2c29309834b6adb352c9c46b46ee58a.zip FreeBSD-ports-eff59a06b2c29309834b6adb352c9c46b46ee58a.tar.gz |
Add dependency on automake.
Submitted by: bento
Approved by: maintainer
-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 c42ca7a..7ea12f8 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -23,6 +23,7 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_AUTOCONF_VER= 253 +USE_AUTOMAKE_VER= 15 CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups" |