diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:32:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:32:24 +0800 |
commit | e3887e89b82d40ab81ed3970c5b98294e811b51f (patch) | |
tree | e390baaa8e511f6302365d46e92b2e41fef35bd0 /graphics | |
parent | 4aad9bd4117091bfa357cdf047cd7cacffdbc880 (diff) | |
download | freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.tar.gz freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.tar.zst freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-epkowa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index bf10dd16b15c..588328acd0f8 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -71,7 +71,7 @@ USE_GNOME= gtk20 # The original uses gmake and ./configure # Also pass appropriate flags to configure to use FreeBSD locations. -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include |