diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:19:08 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:19:08 +0000 |
commit | 01d9e71d1694de1c003ebf06d147bfd21f8ef99d (patch) | |
tree | a273115b3f0cfdb5c2b68bbe9593b6de6667ac88 /x11/e17-module-calendar/Makefile | |
parent | 115e0322ce922d4896af9ea98b7ae7ce4c997391 (diff) | |
download | ports-01d9e71d1694de1c003ebf06d147bfd21f8ef99d.tar.gz ports-01d9e71d1694de1c003ebf06d147bfd21f8ef99d.zip |
Notes
Diffstat (limited to 'x11/e17-module-calendar/Makefile')
-rw-r--r-- | x11/e17-module-calendar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/e17-module-calendar/Makefile b/x11/e17-module-calendar/Makefile index 720cd6886157..a0c387313007 100644 --- a/x11/e17-module-calendar/Makefile +++ b/x11/e17-module-calendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= calendar 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="" |