diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-07 20:52:15 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-07 20:52:15 +0800 |
commit | 91881c83a1d4e284b4a500119c0236108a05cb24 (patch) | |
tree | bf7156253cf12c1b430d5fa4a72fc43edcf193f8 /graphics | |
parent | 3d4c14f8fa6ffb75a13d5bc3ab495842e96c7f24 (diff) | |
download | freebsd-ports-gnome-91881c83a1d4e284b4a500119c0236108a05cb24.tar.gz freebsd-ports-gnome-91881c83a1d4e284b4a500119c0236108a05cb24.tar.zst freebsd-ports-gnome-91881c83a1d4e284b4a500119c0236108a05cb24.zip |
Add graphics/yagf.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yagf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index 31831604a168..67287cfee2bc 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -21,19 +21,15 @@ TESSERACT_DESC= Tesseract OCR engine OPTIONS_DEFAULT= CUNEIFORM -USES= cmake pkgconfig +USES= cmake desktop-file-utils pkgconfig USE_LDCONFIG= yes INSTALLS_ICONS= yes -USE_GNOME= desktopfileutils USE_QT4= corelib gui imageformats linguist_build \ moc_build qmake_build rcc_build uic_build CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include -post-install: - -update-desktop-database - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUNEIFORM} |