diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:23:06 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:23:06 +0000 |
commit | 34656cb9179a991d37b606afbd55fa4e45fee839 (patch) | |
tree | ed2372412a21467a5aa32a066916a4189b4b0499 /x11/e17-module-uptime/Makefile | |
parent | c6c03be9b9c3331ebbb12db77e68a6668d13f074 (diff) |
In coordination with enlightenment-devel maintainer MODULE_ARCH was changed to
freebsd${OSREL}-${ARCH}. Appropriate patches for evas and enlightenment-devel
have been commited. Track this.
PR: ports/100122
Submited by: maintainer
Notes
Notes:
svn path=/head/; revision=167619
Diffstat (limited to 'x11/e17-module-uptime/Makefile')
-rw-r--r-- | x11/e17-module-uptime/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/e17-module-uptime/Makefile b/x11/e17-module-uptime/Makefile index 36d5f8af1395..2b279b4a2bd2 100644 --- a/x11/e17-module-uptime/Makefile +++ b/x11/e17-module-uptime/Makefile @@ -7,6 +7,7 @@ PORTNAME= uptime PORTVERSION= 20060707 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- @@ -25,6 +26,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" |