diff options
author | flz <flz@FreeBSD.org> | 2005-03-09 07:15:36 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-09 07:15:36 +0800 |
commit | d3bdacc4c7f13a500c4458480a2b4adeb2a67408 (patch) | |
tree | e2b41080380b3d3276e144e1773674d26ec8ccf7 /x11-wm/pekwm | |
parent | 255cf210cabe8dba56128adcea273007c96ddbe9 (diff) | |
download | freebsd-ports-gnome-d3bdacc4c7f13a500c4458480a2b4adeb2a67408.tar.gz freebsd-ports-gnome-d3bdacc4c7f13a500c4458480a2b4adeb2a67408.tar.zst freebsd-ports-gnome-d3bdacc4c7f13a500c4458480a2b4adeb2a67408.zip |
- Fix Imlib2 dependency.
PR: ports/78584
Submitted by: Greg J. <xcas@cox.net> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'x11-wm/pekwm')
-rw-r--r-- | x11-wm/pekwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 85484217e306..24c1af0e5cd5 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -7,6 +7,7 @@ PORTNAME= pekwm PORTVERSION= 20050227 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://bsd-unix.org/downloads/ \ http://pekwm.org/files/ @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION} MAINTAINER= xcas@cox.net COMMENT= A windowmanager based on aewm++ -LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \ +LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ Xft.2:${PORTSDIR}/x11-fonts/libXft USE_BZIP2= yes |