diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /lang/mdk/Makefile | |
parent | Upgrade to INN 2.3.2. (diff) |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes:
svn path=/head/; revision=42259
Diffstat (limited to 'lang/mdk/Makefile')
-rw-r--r-- | lang/mdk/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index c95cd3c8ca15..ebf66c3afcce 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 |