diff options
author | asami <asami@FreeBSD.org> | 1998-11-23 06:18:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-23 06:18:51 +0000 |
commit | 6021c76175037fe5fced1f85cc2e8a11b278075a (patch) | |
tree | b60b6cfff96644fcd9863a6ff3cfc400908b93b8 /emulators | |
parent | 77fe0ed79fd4f0bfd3301c34e6871204832ac5de (diff) | |
download | FreeBSD-ports-6021c76175037fe5fced1f85cc2e8a11b278075a.zip FreeBSD-ports-6021c76175037fe5fced1f85cc2e8a11b278075a.tar.gz |
No need to use += for variable defined only once.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xsystem35/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 41883b6..4b7cb6c 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id$ +# $Id: Makefile,v 1.2 1998/11/19 16:06:41 flathill Exp $ # DISTNAME= xsystem35-BETA-19981114 @@ -13,7 +13,7 @@ MASTER_SITES= http://ryo1207.aist-nara.ac.jp/unitbase/xsys35/down/ MAINTAINER= flathill@FreeBSD.ORG -LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 USE_X_PREFIX= YES WRKSRC= ${WRKDIR}/${DISTNAME}/src |