From 6855df27735fc5f10d442e902a0e3b24e5c8f96d Mon Sep 17 00:00:00 2001 From: ade Date: Fri, 4 May 2001 21:41:30 +0000 Subject: Various patches (mainly shared library revision changes) for those ports that depend on GNOME and need to change for 1.4 --- lang/mdk/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'lang') diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index c95cd3c8ca1..ebf66c3afcc 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -8,19 +8,17 @@ PORTNAME= mdk PORTVERSION= 0.3.1 -CATEGORIES= lang +PORTREVISION= 1 +CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - intl.1:${PORTSDIR}/devel/gettext \ - glade.4:${PORTSDIR}/devel/libglade +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -USE_GLIB= yes -USE_GTK= yes +USE_GNOME= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -- cgit