diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /www/kazehakase | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 4 | ||||
-rw-r--r-- | www/kazehakase/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 2ffb4151c45f..39c8d50a1223 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -8,6 +8,7 @@ PORTNAME= kazehakase PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/18847 @@ -17,15 +18,14 @@ COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls -USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes USE_REINPLACE= yes USE_GECKO= firefox mozilla seamonkey INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko_engine=${GECKO} - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= kazehakase.1 diff --git a/www/kazehakase/pkg-plist b/www/kazehakase/pkg-plist index d93f96f17cc7..2a2b36144231 100644 --- a/www/kazehakase/pkg-plist +++ b/www/kazehakase/pkg-plist @@ -9,7 +9,7 @@ etc/kazehakase/kzrc etc/kazehakase/mozilla/encodings.xml etc/kazehakase/proxyrc etc/kazehakase/smartbookmarks.xml -lib/libkazehakase.a +lib/libkazehakase.la lib/libkazehakase.so lib/libkazehakase.so.0 share/gnome/applications/kazehakase.desktop |