diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-07 15:12:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-07 15:12:23 +0800 |
commit | f1685422e1a91456dfeb0f049d0c07870858c553 (patch) | |
tree | e98610845a04c2c817bbcd54882a4cdfd73b648b /devel/liboobs/Makefile | |
parent | 209d8a83298d7f62cb63c61ee1123d2e62dac119 (diff) | |
download | marcuscom-ports-f1685422e1a91456dfeb0f049d0c07870858c553.tar marcuscom-ports-f1685422e1a91456dfeb0f049d0c07870858c553.tar.gz marcuscom-ports-f1685422e1a91456dfeb0f049d0c07870858c553.tar.bz2 marcuscom-ports-f1685422e1a91456dfeb0f049d0c07870858c553.tar.lz marcuscom-ports-f1685422e1a91456dfeb0f049d0c07870858c553.tar.xz marcuscom-ports-f1685422e1a91456dfeb0f049d0c07870858c553.tar.zst marcuscom-ports-f1685422e1a91456dfeb0f049d0c07870858c553.zip |
Add a missing dependency on gnometarget.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7866 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs/Makefile')
-rw-r--r-- | devel/liboobs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index 71ce4fef8..4604a78e4 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.6 2006/10/31 22:34:27 pav Exp $ +# $MCom: ports/devel/liboobs/Makefile,v 1.7 2006/11/06 22:03:25 ahze Exp $ PORTNAME= liboobs PORTVERSION= 2.17.2 @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTS USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack gnometarget USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share |