diff options
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 9722c35..18a0cdb 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.28 1999/01/23 07:05:23 vanilla Exp $ +# $Id: Makefile,v 1.29 1999/01/27 08:31:54 fenner Exp $ # DISTNAME= gnome-libs-0.99.4 @@ -14,18 +14,14 @@ MASTER_SITE_SUBDIR= gnome-libs MAINTAINER= nacai@iname.com -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ - gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ - tiff.4:${PORTSDIR}/graphics/tiff34 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - gif.3:${PORTSDIR}/graphics/giflib \ - png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound +# implicit dependencies: +# gettext, gtk11-devel, tiff34, jpeg, giflib, png + USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes |