diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:23:06 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:23:06 +0800 |
commit | 5af6103585fbad6a998226ccae99ce99fd19faf3 (patch) | |
tree | 88f1c049eaa445604f6827b039eeb9e2b96cfa19 /x11/e17-module-uptime/Makefile | |
parent | 62791903d7e685c23e232afd69581f826f3f99fa (diff) | |
download | freebsd-ports-gnome-5af6103585fbad6a998226ccae99ce99fd19faf3.tar.gz freebsd-ports-gnome-5af6103585fbad6a998226ccae99ce99fd19faf3.tar.zst freebsd-ports-gnome-5af6103585fbad6a998226ccae99ce99fd19faf3.zip |
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
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="" |