diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 22:03:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 22:03:59 +0800 |
commit | 1b95307a29820e5b97fcc60a906b3ae93ea5a9f0 (patch) | |
tree | 93a3e6a7d0d18a8cb5b1fcc10b3c175a813dc442 /x11-toolkits/ewl | |
parent | 3038980f8b622f57ae3c4be686dd03539acfb62f (diff) | |
download | freebsd-ports-gnome-1b95307a29820e5b97fcc60a906b3ae93ea5a9f0.tar.gz freebsd-ports-gnome-1b95307a29820e5b97fcc60a906b3ae93ea5a9f0.tar.zst freebsd-ports-gnome-1b95307a29820e5b97fcc60a906b3ae93ea5a9f0.zip |
- bsd.efl.mk is now in ports/Mk
PR: ports/100497
Submitted by: stass
Diffstat (limited to 'x11-toolkits/ewl')
-rw-r--r-- | x11-toolkits/ewl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/ewl/Makefile b/x11-toolkits/ewl/Makefile index 108c638ea1eb..7442e7d8a1cb 100644 --- a/x11-toolkits/ewl/Makefile +++ b/x11-toolkits/ewl/Makefile @@ -27,9 +27,6 @@ OPTIONS= EPSILON "Enable Epsilon Support for Ewl_Image" on \ EMOTION "Enable Emotion Support for Ewl_Media" on .include <bsd.port.pre.mk> -BEFOREPORTMK= yes -.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" -.undef BEFOREPORTMK .if ${ARCH} == ia64 BROKEN= does not compile on ${ARCH} @@ -55,5 +52,4 @@ PLIST_SUB+= EVAS_GL="" PLIST_SUB+= EVAS_GL="@comment " .endif -.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" .include <bsd.port.post.mk> |