Index: head/lang/mdk/Makefile =================================================================== --- head/lang/mdk/Makefile (revision 41257) +++ head/lang/mdk/Makefile (revision 41258) @@ -1,33 +1,30 @@ # ex:ts=8 # New ports collection makefile for: mdk # Date created: Apr 1, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= mdk -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= lang 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 + intl.1:${PORTSDIR}/devel/gettext \ + glade.4:${PORTSDIR}/devel/libglade -# gui depends on some GNU specific stdio function, so disable it first :< -# I've contacted the author for help USE_GLIB= yes -#USE_GTK= yes +USE_GTK= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gui USE_GMAKE= yes MAKE_ARGS= LDFLAGS="${CFLAGS} -L${LOCALBASE}/lib -lgnugetopt" .include Property changes on: head/lang/mdk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/lang/mdk/distinfo =================================================================== --- head/lang/mdk/distinfo (revision 41257) +++ head/lang/mdk/distinfo (revision 41258) @@ -1 +1 @@ -MD5 (mdk-0.3.tar.gz) = 4f5620531fea03fcf07fcc93f677a829 +MD5 (mdk-0.3.1.tar.gz) = 0b57af235ac11b168bfd276b3feca483 Property changes on: head/lang/mdk/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/lang/mdk/pkg-plist =================================================================== --- head/lang/mdk/pkg-plist (revision 41257) +++ head/lang/mdk/pkg-plist (revision 41258) @@ -1,9 +1,12 @@ +bin/gmixvm bin/mixasm bin/mixvm @unexec install-info --delete %D/info/mdk.info %D/info/dir info/mdk.info info/mdk.info-1 info/mdk.info-2 info/mdk.info-3 @exec install-info %D/info/mdk.info %D/info/dir +share/mdk/mixgtk.glade +share/mdk/mixvm.el @dirrm share/mdk Property changes on: head/lang/mdk/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property