diff options
author | ade <ade@FreeBSD.org> | 2004-10-16 01:32:46 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-10-16 01:32:46 +0800 |
commit | 57f1cea9b45b565aa9d7d0ffcf1a85218c982274 (patch) | |
tree | d40876fcb1ef7784b02b91507cf7ee67b221256e /x11-toolkits/lesstif/Makefile | |
parent | 6c81c9a4056e44e681c555a0ff427389f7800f6f (diff) | |
download | freebsd-ports-gnome-57f1cea9b45b565aa9d7d0ffcf1a85218c982274.tar.gz freebsd-ports-gnome-57f1cea9b45b565aa9d7d0ffcf1a85218c982274.tar.zst freebsd-ports-gnome-57f1cea9b45b565aa9d7d0ffcf1a85218c982274.zip |
Kill off automake18, switching to automake19. Requiem Mors Pacem.
Diffstat (limited to 'x11-toolkits/lesstif/Makefile')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index a8ed60e677a8..9194a271e1ea 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -17,7 +17,7 @@ COMMENT= API compatible clone of the Motif toolkit CONFLICTS?= open-motif-* MANUAL_PACKAGE_BUILD= do not want to install during interactive build -WANT_AUTOMAKE_VER= 18 +WANT_AUTOMAKE_VER= 19 USE_AUTOCONF_VER= 259 USE_X_PREFIX= yes INSTALLS_SHLIB= yes |