diff options
author | asami <asami@FreeBSD.org> | 1998-07-27 18:11:10 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-27 18:11:10 +0000 |
commit | d9a8378ffc6de213bd9281274c86d25cb5335e52 (patch) | |
tree | 9c04875d1e0c01bf7df328d55e7370e34315a09d /audio/libsidplay | |
parent | 0cd9b3834fc78887e74051d819b0820347ae033c (diff) | |
download | FreeBSD-ports-d9a8378ffc6de213bd9281274c86d25cb5335e52.zip FreeBSD-ports-d9a8378ffc6de213bd9281274c86d25cb5335e52.tar.gz |
No need to define both USE_CONFIGURE and GNU_CONFIGURE....
Diffstat (limited to 'audio/libsidplay')
-rw-r--r-- | audio/libsidplay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 5d53112..0b260a7 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1996 # Whom: Stefan Zehl <sec@42.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/26 08:14:02 dburr Exp $ # DISTNAME= sidplay-13625 @@ -14,7 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org -USE_CONFIGURE= YES GNU_CONFIGURE= YES USE_GMAKE= YES |