diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-11 02:21:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-11 02:21:37 +0000 |
commit | 94dde063401d961aed77862791c9fac087a717c9 (patch) | |
tree | 44bf3a18d31d08e35e89bf927007239ff3e28401 /x11-wm | |
parent | f0bca7a5d935c754d434630028e734ac6d7cf8e2 (diff) | |
download | freebsd-ports-94dde063401d961aed77862791c9fac087a717c9.zip |
x11-wm/e17-modules: Replace hardcoded "freebsd" with OPSYS:L
Using OPSYS allows port to build on DragonFly without modification.
There were no functional changes made to port.
Approved by: bapt/culot (mentors, implicit)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e17-modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/e17-modules/Makefile b/x11-wm/e17-modules/Makefile index c6f27cc061de..7aebd3fb7cb3 100644 --- a/x11-wm/e17-modules/Makefile +++ b/x11-wm/e17-modules/Makefile @@ -12,7 +12,7 @@ COMMENT= Meta-port for e17 modules NO_BUILD= yes WANT_EFL= yes -E17_ARCH= freebsd${OSREL}-${ARCH} +E17_ARCH= ${OPSYS:L}${OSREL}-${ARCH} MODULES= alarm comp-scale cpu deskshow diskio eektool elfe empris engage eooorg \ everything-aspell everything-mpris everything-pidgin everything-places \ |