diff options
Diffstat (limited to 'misc/estic/Makefile')
-rw-r--r-- | misc/estic/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index e40470f65a40..f56560288ea8 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -15,7 +15,8 @@ COMMENT= Controller for ISDN TK-Anlage (PBX) made by Istec USES= zip USE_CSTD= gnu89 - +USE_CXXSTD= gnu++98 +USE_GCC= any NO_WRKSUBDIR= yes # Personal Preferences, Where to install. @@ -39,12 +40,6 @@ FIXME= areacode estic spunk .include <bsd.port.options.mk> -.if ${OSVERSION} > 1000000 -.if ${CC} != gcc42 -BROKEN= needs gcc4.2 to compile -.endif -.endif - .if ${PORT_OPTIONS:MX11} X_OR_NOT=-x PLIST_SUB+= WITHOUT_X="@comment " |