diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-05-13 15:09:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-05-13 15:09:33 +0000 |
commit | 02325ec21954cd762a2a05c874c3b949d633c34f (patch) | |
tree | d77a2e4ebaf3a698880fb2a2db464afa00ca98bf /multimedia/sabbu/Makefile | |
parent | 1ea9c58c8aaf224e2edb85856b1b176e322124c2 (diff) | |
download | ports-02325ec21954cd762a2a05c874c3b949d633c34f.tar.gz ports-02325ec21954cd762a2a05c874c3b949d633c34f.zip |
Notes
Diffstat (limited to 'multimedia/sabbu/Makefile')
-rw-r--r-- | multimedia/sabbu/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile index e2b8b7d84769..a5adea66cc2a 100644 --- a/multimedia/sabbu/Makefile +++ b/multimedia/sabbu/Makefile @@ -2,7 +2,7 @@ PORTNAME= sabbu PORTVERSION= 0.3.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Sabbu%20${PORTVERSION} @@ -21,6 +21,9 @@ USE_GNOME= gtk20 CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lswscale +OPTIONS_DEFINE= GTKSPELL +OPTIONS_DEFAULT=GTKSPELL + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -31,12 +34,9 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= WITH_NLS="@comment " .endif -ASPELL_PORT?= textproc/aspell .if ${PORT_OPTIONS:MGTKSPELL} LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell -PLIST_SUB+= WITH_ASPELL="" .else -PLIST_SUB+= WITH_ASPELL="@comment " .endif .include <bsd.port.pre.mk> |