diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-15 06:26:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-15 06:26:34 +0000 |
commit | dc1d9dadaaabb07e50cd8a1f5244556391740f4a (patch) | |
tree | 9bd71e924db83a61eb436aa1b60dd1b55f4cf0bc /x11-themes | |
parent | 0708a94edf836dd78c7bb86161c029fefb8bae61 (diff) | |
download | ports-dc1d9dadaaabb07e50cd8a1f5244556391740f4a.tar.gz ports-dc1d9dadaaabb07e50cd8a1f5244556391740f4a.zip |
Added gtk-x11-2.0.0 to LIB_DEPENDS to make it building again.
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=70150
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-xfce-engine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index 43fe826f0572..25546caf6bfd 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -14,6 +14,8 @@ DISTNAME= gtk-xfce-engine-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org +LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 + WRKSRC= ${WRKDIR}/gtk-xfce-engine-${PORTVERSION} USE_GMAKE= yes |