diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-08 12:48:02 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-08 12:48:02 +0000 |
commit | dade563c847faac75fcab1a75af0b9c47a9b4cc1 (patch) | |
tree | e89c7ef43fc008a4165d735056f649c0b89163f5 /graphics/ida/Makefile | |
parent | 5567074a865033d5ae852347d721fd19dc184d35 (diff) |
Notes
Diffstat (limited to 'graphics/ida/Makefile')
-rw-r--r-- | graphics/ida/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 6f633d8bb80c..86c32afeb8fd 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ida -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= graphics MASTER_SITES= https://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libexif.so:graphics/libexif -USES= desktop-file-utils gmake iconv jpeg motif perl5 +USES= desktop-file-utils gmake iconv jpeg motif perl5 pkgconfig USE_PERL5= build MAKEFILE= GNUmakefile MAKE_ARGS= verbose=yes |