diff options
author | ade <ade@FreeBSD.org> | 2000-07-05 22:02:23 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-07-05 22:02:23 +0000 |
commit | 2c6e695c008e3b3049a6b2c8babad817fa858f09 (patch) | |
tree | 4f15916f435f47b045ac92ab841ff7857a2b4c47 /devel/oaf/Makefile | |
parent | 1360954ba6c78bcd5737847165420adcb751a7e5 (diff) | |
download | FreeBSD-ports-2c6e695c008e3b3049a6b2c8babad817fa858f09.zip FreeBSD-ports-2c6e695c008e3b3049a6b2c8babad817fa858f09.tar.gz |
Update to 0.4.0
Diffstat (limited to 'devel/oaf/Makefile')
-rw-r--r-- | devel/oaf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 32c1147..60de372 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oaf -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/oaf @@ -26,7 +26,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --enable-static --enable-shared + --enable-static --enable-shared \ + --disable-more-warnings CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" |