diff options
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index ebe6ad6baeb3..a3eda436e73f 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Nov 1997 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.6 1998/08/05 09:31:38 asami Exp $ +# $Id: Makefile,v 1.7 1998/08/24 01:13:55 steve Exp $ # DISTNAME= xosview-1.6.1.a @@ -18,4 +18,6 @@ USE_X_PREFIX= yes HAS_CONFIGURE= yes MAN1= xosview.1 +BROKEN_ELF= DK_NDRIVE undefined + .include <bsd.port.mk> |