diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
commit | 3cf0c52fa6016687078f1be15489ab2af19dc330 (patch) | |
tree | cbe693adeccba5e36f594c9db8a0b351320cb150 /graphics/sane-epkowa/Makefile | |
parent | 4dbc59c3bb70027554159916d299ae4aa3d6a717 (diff) | |
download | ports-3cf0c52fa6016687078f1be15489ab2af19dc330.tar.gz ports-3cf0c52fa6016687078f1be15489ab2af19dc330.zip |
Notes
Diffstat (limited to 'graphics/sane-epkowa/Makefile')
-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 9b06bb2f64b1..1af8f0092dcb 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. -USES= gmake pkgconfig +USES= gmake gnome pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include |