diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-11 04:10:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-11 04:10:15 +0800 |
commit | 618a279644394074b58cb8b04329b91addfe50f8 (patch) | |
tree | 309f978bcb99e976ebcf9cb78074705801ae6daa /net | |
parent | aa7408b245baf29d5e42edbae513fbbd0252517e (diff) | |
download | freebsd-ports-gnome-618a279644394074b58cb8b04329b91addfe50f8.tar.gz freebsd-ports-gnome-618a279644394074b58cb8b04329b91addfe50f8.tar.zst freebsd-ports-gnome-618a279644394074b58cb8b04329b91addfe50f8.zip |
remmina* build fine with bsd make
Diffstat (limited to 'net')
-rw-r--r-- | net/remmina-plugins/bsd.plugin.mk | 2 | ||||
-rw-r--r-- | net/remmina/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/remmina-plugins/bsd.plugin.mk b/net/remmina-plugins/bsd.plugin.mk index ca439d19edec..2eec6d9671fc 100644 --- a/net/remmina-plugins/bsd.plugin.mk +++ b/net/remmina-plugins/bsd.plugin.mk @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS+= remmina>=${PORTVERSION}:net/remmina RUN_DEPENDS+= remmina>=${PORTVERSION}:net/remmina -USES+= cmake gmake localbase:ldflags pkgconfig +USES+= cmake localbase:ldflags pkgconfig USE_GNOME+= atk gdkpixbuf2 glib20 gtk30 pango INSTALLS_ICONS= yes diff --git a/net/remmina/Makefile b/net/remmina/Makefile index a13806679279..302ddd31dc8a 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -17,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= Remmina -USES= cmake:outsource gettext gmake localbase:ldflags pathfix pkgconfig +USES= cmake:outsource gettext localbase:ldflags pathfix pkgconfig USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= ice sm x11 xext PATHFIX_WRKSRC= ${WRKSRC}/remmina |