diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-04 07:55:49 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-04 07:55:49 +0000 |
commit | 45f061d9218cc235a83c0a8381022d947c0ea11c (patch) | |
tree | b5af03a2358e5de53a90e00583d79ad81f89fcf0 /graphics | |
parent | fcbd2acb27bbf4a355dbca49af027b65f4b023ac (diff) | |
download | ports-45f061d9218cc235a83c0a8381022d947c0ea11c.tar.gz ports-45f061d9218cc235a83c0a8381022d947c0ea11c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eos-movrec/Makefile | 2 | ||||
-rw-r--r-- | graphics/xsane/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/eos-movrec/Makefile b/graphics/eos-movrec/Makefile index 9818882b1fa5..3ae9afd6ff29 100644 --- a/graphics/eos-movrec/Makefile +++ b/graphics/eos-movrec/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv2 LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_QT4= qmake_build moc_build rcc_build uic_build gui PLIST_FILES= bin/eos_movrec \ diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index e16ac041ee09..9ee05cf6cbe2 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USES= pkgconfig MAN1= xsane.1 |