Index: misc/mc/Makefile =================================================================== --- misc/mc/Makefile (revision 503721) +++ misc/mc/Makefile (working copy) @@ -60,6 +60,8 @@ X11_CONFIGURE_ENABLE= x X11_USE= xorg=x11,xext +X11_VARS= CONFLICTS_INSTALL+="mc-nox11-[0-9]*" +X11_VARS_OFF= CONFLICTS_INSTALL+="mc-[0-9]*" PKGNAMESUFFIX=-nox11 PORTDOCS= * Index: misc/mc-nox11/Makefile =================================================================== --- misc/mc-nox11/Makefile (nonexistent) +++ misc/mc-nox11/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../mc +PKGNAMESUFFIX= -nox11 +OPTIONS_EXCLUDE= X11 + +.include "${MASTERDIR}/Makefile" Property changes on: misc/mc-nox11/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property