aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-wxPython/files/build.local.stc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-21 16:08:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-21 16:08:51 +0000
commit47088bfcbaba6a44baa875bb13619e8c3b06187b (patch)
tree99e9d8d1a694a1b0f48dd0c2a18dac3f1ef7be74 /x11-toolkits/py-wxPython/files/build.local.stc
parent32daf3b9ed587e7c655ff7f1f3ed2355c5b1b6f2 (diff)
Update to 2.2.5.
Approved by: maintainer
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)
-
-"""