diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | f22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch) | |
tree | 933d73267b162cfaafe154e686904d99798b5fbe /audio/sidplay | |
parent | 8d959e6cc33f5fcda3595282f382e63acfe0072e (diff) | |
download | ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.tar.gz ports-f22feb535b65ee52eebe6334a7e442a9da6e8eb8.zip |
Notes
Diffstat (limited to 'audio/sidplay')
-rw-r--r-- | audio/sidplay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index 0b260a715007..c0cbb27cc840 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1996 # Whom: Stefan Zehl <sec@42.org> # -# $Id: Makefile,v 1.1.1.1 1998/07/26 08:14:02 dburr Exp $ +# $Id: Makefile,v 1.2 1998/07/27 18:11:10 asami Exp $ # DISTNAME= sidplay-13625 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org +BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 + GNU_CONFIGURE= YES USE_GMAKE= YES |