diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 14:03:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 14:03:59 +0000 |
commit | 9088b943cdeebf10b988b4cdfd82808eb70aa550 (patch) | |
tree | 879403d1ca1524a924241e14e3212fa6209eae4b /x11/e17-module-moon | |
parent | 28f8ee4611d178cba9a652c35ccb813d2d507082 (diff) | |
download | ports-9088b943cdeebf10b988b4cdfd82808eb70aa550.tar.gz ports-9088b943cdeebf10b988b4cdfd82808eb70aa550.zip |
- bsd.efl.mk is now in ports/Mk
PR: ports/100497
Submitted by: stass
Notes
Notes:
svn path=/head/; revision=188172
Diffstat (limited to 'x11/e17-module-moon')
-rw-r--r-- | x11/e17-module-moon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/e17-module-moon/Makefile b/x11/e17-module-moon/Makefile index f1a7b0b84955..afd824050568 100644 --- a/x11/e17-module-moon/Makefile +++ b/x11/e17-module-moon/Makefile @@ -34,6 +34,4 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.pre.mk> -.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |