diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:22:37 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:22:37 +0800 |
commit | 507aa099d2b5b792b8db18cf362d9c962735c173 (patch) | |
tree | 23fef7d355a7a9f8457dc14e596083bed6b50a2c /x11/e17-module-slideshow/Makefile | |
parent | 94e182c96785501e610e664cffe076404fea30e4 (diff) | |
download | freebsd-ports-gnome-507aa099d2b5b792b8db18cf362d9c962735c173.tar.gz freebsd-ports-gnome-507aa099d2b5b792b8db18cf362d9c962735c173.tar.zst freebsd-ports-gnome-507aa099d2b5b792b8db18cf362d9c962735c173.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/100120
Submited by: maintainer
Diffstat (limited to 'x11/e17-module-slideshow/Makefile')
-rw-r--r-- | x11/e17-module-slideshow/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/e17-module-slideshow/Makefile b/x11/e17-module-slideshow/Makefile index 5165a11cb495..7ff891dea23c 100644 --- a/x11/e17-module-slideshow/Makefile +++ b/x11/e17-module-slideshow/Makefile @@ -7,6 +7,7 @@ PORTNAME= slideshow 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="" |