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 /accessibility/redshift | |
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 'accessibility/redshift')
-rw-r--r-- | accessibility/redshift/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index edc5a4c2861f..d974c4029223 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -11,7 +11,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= Adjusts the color temperature of your screen FETCH_ARGS= "-pRr" -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes |