diff -ruN /usr/ports/math/oleo/Makefile oleo/Makefile --- /usr/ports/math/oleo/Makefile Sun Aug 1 00:02:02 2004 +++ oleo/Makefile Fri Aug 20 22:49:06 2004 @@ -26,6 +26,11 @@ INFO= oleo PORTDOCS= AUTHORS FAQ +OPTIONS= MOTIF "Motif support" off \ + NLS "NLS support" on + +.include + .if defined(WITH_MOTIF) LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \ Xbae:${PORTSDIR}/x11-toolkits/xbae \ @@ -43,16 +48,6 @@ .else USE_GETTEXT= yes PLIST_SUB= NLS="" -.endif - -.include - -pre-everything:: -.if !defined(WITH_MOTIF) - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile with Motif support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MOTIF=yes\"" - @${ECHO_MSG} .endif post-patch: