diff options
author | mezz <mezz@FreeBSD.org> | 2004-08-09 06:49:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-08-09 06:49:20 +0800 |
commit | 6cdd053c177ac7d8b50eea151a7fdc0229d02d80 (patch) | |
tree | eb82a7a6891790d50e3e5ae69b82db7973f8fc02 /x11-toolkits/gtk20/Makefile | |
parent | 6d6750455484399378c7c83228fdbfa92ef8492d (diff) | |
download | freebsd-ports-gnome-6cdd053c177ac7d8b50eea151a7fdc0229d02d80.tar.gz freebsd-ports-gnome-6cdd053c177ac7d8b50eea151a7fdc0229d02d80.tar.zst freebsd-ports-gnome-6cdd053c177ac7d8b50eea151a7fdc0229d02d80.zip |
Use new libtool scheme.
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 9245bc79b0f2..9d06e6ce6950 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -43,7 +43,7 @@ USE_XPM= yes USE_REINPLACE= yes USE_PERL5= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 USE_GNOME= gnomehack atk pango CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ |