forked from Lainports/freebsd-ports
- Change libcompizconfig dependency to LIB_DEPENDS. Fixes plist problem
Suggested by: maintainer Approved by: portmgr (hat)
This commit is contained in:
parent
537c480ff1
commit
b6ecffcc90
1 changed files with 3 additions and 4 deletions
|
|
@ -7,16 +7,15 @@
|
|||
|
||||
PORTNAME= compizconfig-backend-gconf
|
||||
PORTVERSION= 0.6.0
|
||||
#PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= rnoland@2hip.net
|
||||
COMMENT= The gconf backend for CompizConfig
|
||||
|
||||
BUILD_DEPENDS= \
|
||||
${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
|
||||
${LOCALBASE}/libdata/pkgconfig/libcompizconfig.pc:${PORTSDIR}/x11-wm/libcompizconfig
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
|
||||
LIB_DEPENDS= compizconfig.0:${PORTSDIR}/x11-wm/libcompizconfig
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue