summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython/files/build.local.stc
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-wxPython/files/build.local.stc')
-rw-r--r--x11-toolkits/py-wxPython/files/build.local.stc16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/py-wxPython/files/build.local.stc b/x11-toolkits/py-wxPython/files/build.local.stc
deleted file mode 100644
index bf6a4c55a1fe..000000000000
--- a/x11-toolkits/py-wxPython/files/build.local.stc
+++ /dev/null
@@ -1,16 +0,0 @@
-WXPSRCDIR = "$(WRKSRC)/src"
-CCC = "$(CXX)"
-OTHERCFLAGS = '-D__WX__ -DSCI_LEXER ' + \
- '-I$(STCLOC)/contrib/src/stc/scintilla/include ' + \
- '-I$(STCLOC)/contrib/include ' + \
- '-I$(STCLOC)/contrib/src/stc/scintilla/src ' + \
- '-I$(WXPSRCDIR) ' + \
- '$(SYSCFLAGS)'
-OTHERLFLAGS = "$(SYSLFLAGS)"
-TARGETDIR = "$(_TARGETDIR)"
-OTHERRULES = OTHERRULES + r"""
-
-install-freebsd: default $(TARGETDIR) $(TARGETDIR)/$(TARGET) pycfiles
- $(BSD_INSTALL_PROGRAM) $(TARGET) $(TARGETDIR)
-
-"""