diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:21:09 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:21:09 +0000 |
commit | 6b952df9c59de730db22bd9910a768820f45f026 (patch) | |
tree | 8ef5448ec1f7bcc4d863f806b6be50e8922308fe /x11-wm/e17-module-moon/Makefile | |
parent | 35640371dd97c65cc1a06224806827a4b7179887 (diff) |
Notes
Diffstat (limited to 'x11-wm/e17-module-moon/Makefile')
-rw-r--r-- | x11-wm/e17-module-moon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/e17-module-moon/Makefile b/x11-wm/e17-module-moon/Makefile index b227616b8559..aaeb04b9a162 100644 --- a/x11-wm/e17-module-moon/Makefile +++ b/x11-wm/e17-module-moon/Makefile @@ -7,7 +7,7 @@ PORTNAME= moon 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="" |