diff options
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 |