diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-05 09:30:32 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-05 09:30:32 +0000 |
commit | 3a3f8a389c6d18bb22d61fbeac741af7aff4269b (patch) | |
tree | 830e2a7a594801d52128e7a369ee24453ffa0c32 /deskutils/fusenshi/Makefile | |
parent | 605fee96a1daf97a1c961608104f0e3d659699d1 (diff) |
Notes
Diffstat (limited to 'deskutils/fusenshi/Makefile')
-rw-r--r-- | deskutils/fusenshi/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/fusenshi/Makefile b/deskutils/fusenshi/Makefile index a44083fdc4b7..95585ff48dac 100644 --- a/deskutils/fusenshi/Makefile +++ b/deskutils/fusenshi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fusenshi -PORTVERSION= 0.7.6 +PORTVERSION= 0.8.0 CATEGORIES= deskutils MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -22,6 +22,12 @@ USE_GCC= 3.4 USE_GNOME= libxml2 USE_XLIB= yes +.ifdef WITHOUT_SSL +MAKE_ARGS+= WITHOUT_SSL=yes +.else +USE_OPENSSL= yes +.endif + post-install: @${STRIP_CMD} ${PREFIX}/bin/fusenshi |