diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:50:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:50:32 +0000 |
commit | cb9afbe6a2feef9fcb293ef7273425158e118c6f (patch) | |
tree | 31157fe0c6da8ff8fbf56f267da60734b0931f59 | |
parent | Add USE_XLIB. (diff) |
Add gettext to RUN_DEPENDS too. At least one of its headers is required
to compile anything with libgnome, and since this port is pretty much
about supplying the library, I think it is reasonable to say that in order
to use this library, you'll need gettext too.
Notes
Notes:
svn path=/head/; revision=15478
-rw-r--r-- | x11/gnome-libs/Makefile | 3 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 3 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 20bfee05d296..3ec183b47522 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.17 1998/11/25 09:01:24 asami Exp $ +# $Id: Makefile,v 1.18 1998/12/14 03:27:52 asami Exp $ # DISTNAME= gnome-libs-0.30.1 @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 20bfee05d296..3ec183b47522 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.17 1998/11/25 09:01:24 asami Exp $ +# $Id: Makefile,v 1.18 1998/12/14 03:27:52 asami Exp $ # DISTNAME= gnome-libs-0.30.1 @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 20bfee05d296..3ec183b47522 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.17 1998/11/25 09:01:24 asami Exp $ +# $Id: Makefile,v 1.18 1998/12/14 03:27:52 asami Exp $ # DISTNAME= gnome-libs-0.30.1 @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 |