diff options
author | arved <arved@FreeBSD.org> | 2003-01-16 18:38:17 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-16 18:38:17 +0800 |
commit | eff59a06b2c29309834b6adb352c9c46b46ee58a (patch) | |
tree | c63096bbf0286929e76643cca613d05c393b5c0a /print/gtklp | |
parent | 967ec8c893ba3311b426bf9bae45eecd0f72c1ec (diff) | |
download | freebsd-ports-gnome-eff59a06b2c29309834b6adb352c9c46b46ee58a.tar.gz freebsd-ports-gnome-eff59a06b2c29309834b6adb352c9c46b46ee58a.tar.zst freebsd-ports-gnome-eff59a06b2c29309834b6adb352c9c46b46ee58a.zip |
Add dependency on automake.
Submitted by: bento
Approved by: maintainer
Diffstat (limited to 'print/gtklp')
-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 c42ca7abc6a0..7ea12f830555 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" |