diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /graphics/hsetroot | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
Notes
Diffstat (limited to 'graphics/hsetroot')
-rw-r--r-- | graphics/hsetroot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/hsetroot/Makefile b/graphics/hsetroot/Makefile index b04e2fd3330a..69d08d334430 100644 --- a/graphics/hsetroot/Makefile +++ b/graphics/hsetroot/Makefile @@ -7,17 +7,16 @@ PORTNAME= hsetroot PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://thegraveyard.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility to compose wallpapers for X -LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 - PLIST_FILES= bin/hsetroot USE_X_PREFIX= YES +USE_EFL= imlib2 GNU_CONFIGURE= YES USE_GMAKE= YES |