diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-13 08:05:31 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-13 08:05:31 +0000 |
commit | 04c9e59fcd359a8952368078638a0b6eabb3a8d5 (patch) | |
tree | a890baea06acc4fe42125c94c2080259995a31fe /x11-toolkits/open-motif | |
parent | 49315f667f56e128a39d661e05266e93b8d3ba55 (diff) | |
download | ports-04c9e59fcd359a8952368078638a0b6eabb3a8d5.tar.gz ports-04c9e59fcd359a8952368078638a0b6eabb3a8d5.zip |
Notes
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index f33e747d5421..ad05573319d3 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -8,7 +8,7 @@ PORTNAME= open-motif PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.ics.com/openmotif/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/ DISTNAME= openmotif-${PORTVERSION} @@ -30,7 +30,7 @@ USE_XORG= xaw xbitmaps xft GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ENV= LANG=C -CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI +CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include USE_CSTD= gnu89 DEMOS_SRC= ${WRKSRC}/demos/programs |