diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-08 08:33:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-08 08:33:45 +0000 |
commit | e7a6fac769ea41b383a97c5ac895e2cb874bed68 (patch) | |
tree | be99ff7ed584875b5c3a85110800d7f40a1a0f81 /editors | |
parent | New port: audio/fluidplug-lv2: SoundFonts as LV2 plugins via FluidSynth (diff) |
Don't include bsd.port.options.mk after bsd.port.pre.mk.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=455775
Diffstat (limited to 'editors')
-rw-r--r-- | editors/semi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 66431910544a..80bd8fca599f 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -45,7 +45,6 @@ MAKE_ARGS+= PREFIX="${STAGEDIR}${LOCALBASE}" \ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> -.include <bsd.port.options.mk> PLIST= ${PKGDIR}/pkg-plist.emacs20 # depends on flim |