1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add a missing dependency on libglade.

Submitted by:	bento
This commit is contained in:
Joe Marcus Clarke 2002-09-08 19:17:55 +00:00
parent 6b710fcf41
commit 80d7c47a23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65847
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_GNOME= gnomeprefix gnomehack libglade
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"

View File

@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_GNOME= gnomeprefix gnomehack libglade
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"

View File

@ -19,7 +19,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
USE_GNOME= gnomeprefix gnomehack libglade gdkpixbuf
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"