diff options
author | mezz <mezz@FreeBSD.org> | 2006-04-01 05:26:48 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-04-01 05:26:48 +0800 |
commit | e9a05494834a07b7b188455a08d0b189a581397b (patch) | |
tree | ec8878b8f2c7cdaec956bb1b8322c0549944e33f /deskutils | |
parent | 228fcda99314c719387282f33b0951bada9d51aa (diff) | |
download | freebsd-ports-gnome-e9a05494834a07b7b188455a08d0b189a581397b.tar.gz freebsd-ports-gnome-e9a05494834a07b7b188455a08d0b189a581397b.tar.zst freebsd-ports-gnome-e9a05494834a07b7b188455a08d0b189a581397b.zip |
portlint:
-Remove USE_REINPLACE.
-Remove quote from BROKEN.
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:: |