diff options
author | asami <asami@FreeBSD.org> | 1998-08-09 08:58:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-09 08:58:44 +0000 |
commit | e933e5f320a0869e36db900e3152156d71593303 (patch) | |
tree | d4d007581bc412680c085da9dbd342b8e346bfc7 /graphics/hpscan | |
parent | 141ea3c6672de503349cd490f62df03d8db7f509 (diff) | |
download | FreeBSD-ports-e933e5f320a0869e36db900e3152156d71593303.zip FreeBSD-ports-e933e5f320a0869e36db900e3152156d71593303.tar.gz |
No need to use += to variable defined only once.
Diffstat (limited to 'graphics/hpscan')
-rw-r--r-- | graphics/hpscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hpscan/Makefile b/graphics/hpscan/Makefile index f325430..1dcc7ef 100644 --- a/graphics/hpscan/Makefile +++ b/graphics/hpscan/Makefile @@ -3,7 +3,7 @@ # Date created: 12 January 1996 # Whom: nate # -# $Id: Makefile,v 1.11 1998/05/04 20:22:38 jseger Exp $ +# $Id: Makefile,v 1.12 1998/08/05 09:31:11 asami Exp $ # DISTNAME= scanner @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MAINTAINER= nate@FreeBSD.org -LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg NO_WRKSUBDIR= yes USE_X_PREFIX= yes |