diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-10 06:38:58 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-10 06:38:58 +0800 |
commit | 0213c9376dc629496d0d6c9b473ba03249e9e494 (patch) | |
tree | 6e11b53e74c7d5d49cabc89399f955500a8a5dd1 | |
parent | 0e6dd6825caa46ffa7524023ac3a9ec177001fdd (diff) | |
download | freebsd-ports-gnome-0213c9376dc629496d0d6c9b473ba03249e9e494.tar.gz freebsd-ports-gnome-0213c9376dc629496d0d6c9b473ba03249e9e494.tar.zst freebsd-ports-gnome-0213c9376dc629496d0d6c9b473ba03249e9e494.zip |
Use libtool15
Approved by: adamw (mentor)
-rw-r--r-- | www/kazehakase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 8e98183309b9..de6b08ce1bca 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -18,7 +18,7 @@ COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX} RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX} -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes |