diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-03-31 21:26:48 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-03-31 21:26:48 +0000 |
commit | e3866bd02a1d822106a1a768184409e13f92ee27 (patch) | |
tree | b84acf72405ef2903c85a485b7cb6beae98f7a29 /deskutils | |
parent | 1b8aa7b7993b3bf6bca54f8eef1510b41ea384b5 (diff) | |
download | ports-e3866bd02a1d822106a1a768184409e13f92ee27.tar.gz ports-e3866bd02a1d822106a1a768184409e13f92ee27.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/buoh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile index b41685551054..1769c5c078e0 100644 --- a/deskutils/buoh/Makefile +++ b/deskutils/buoh/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui USE_X_PREFIX= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -36,7 +35,7 @@ STRIP= .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.X" +BROKEN= Does not build on 4.X .endif pre-everything:: |