diff options
Diffstat (limited to 'x11-fm/deforaos-browser/Makefile')
-rw-r--r-- | x11-fm/deforaos-browser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/deforaos-browser/Makefile b/x11-fm/deforaos-browser/Makefile index c35a888e4f97..55281459e1ca 100644 --- a/x11-fm/deforaos-browser/Makefile +++ b/x11-fm/deforaos-browser/Makefile @@ -10,7 +10,7 @@ DISTNAME= Browser-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop file browser -LICENSE= GPLv3 +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ @@ -25,9 +25,9 @@ NLS_USES= gettext DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 cairo USE_XORG= x11 -USES= desktop-file-utils pkgconfig USE_LDCONFIG= yes INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} |