diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:20:57 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:20:57 +0000 |
commit | 35640371dd97c65cc1a06224806827a4b7179887 (patch) | |
tree | 400775682d827dabd15dbd6d1927a840271a96b9 /x11/e17-module-mem/Makefile | |
parent | fd4cdfa81d30e82824740dc47e6769a6c8aed646 (diff) |
Notes
Diffstat (limited to 'x11/e17-module-mem/Makefile')
-rw-r--r-- | x11/e17-module-mem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/e17-module-mem/Makefile b/x11/e17-module-mem/Makefile index f66abd0817a1..ae7c42ca79ed 100644 --- a/x11/e17-module-mem/Makefile +++ b/x11/e17-module-mem/Makefile @@ -7,7 +7,7 @@ PORTNAME= mem PORTVERSION= 23062006 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- @@ -26,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="" |