diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:23:21 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:23:21 +0000 |
commit | b52c47970c2d271af7cee2361f1d510ca854368a (patch) | |
tree | 8a1d887177021ed94df6fd7d4185f9014fb847d0 /x11-wm/e17-module-weather/Makefile | |
parent | 34656cb9179a991d37b606afbd55fa4e45fee839 (diff) |
Notes
Diffstat (limited to 'x11-wm/e17-module-weather/Makefile')
-rw-r--r-- | x11-wm/e17-module-weather/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/e17-module-weather/Makefile b/x11-wm/e17-module-weather/Makefile index f53f241b95a5..8d4ccdd37b55 100644 --- a/x11-wm/e17-module-weather/Makefile +++ b/x11-wm/e17-module-weather/Makefile @@ -7,7 +7,7 @@ PORTNAME= weather 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="" |