diff options
Diffstat (limited to 'graphics/ida/Makefile')
-rw-r--r-- | graphics/ida/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 86c32afeb8fd..61185a273886 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ida -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= graphics MASTER_SITES= https://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} @@ -16,6 +16,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif USES= desktop-file-utils gmake iconv jpeg motif perl5 pkgconfig USE_PERL5= build +USE_XORG= x11 MAKEFILE= GNUmakefile MAKE_ARGS= verbose=yes |