Add USES=xorg and USES=gl to ports in categories starting with 'n'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
16 lines
288 B
Makefile
16 lines
288 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nx
|
|
|
|
COMMENT= Remmina plugin for NX
|
|
|
|
USES= gnome xorg
|
|
USE_GNOME= cairo
|
|
USE_XORG= x11 xkbfile
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
LIB_DEPENDS= libssh.so:security/libssh
|
|
|
|
.include "${MASTERDIR}/Makefile"
|