diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 09:07:24 +0000 |
commit | 0d9a3ba20e67d57789b70884273f4ee7ff0d9d99 (patch) | |
tree | 0873b9bae48c5a80efd75d836b3d5fc1733d20c1 /audio/sidplay | |
parent | db787962a4d058ac3aa2ac3bc0464b25d0458321 (diff) | |
download | FreeBSD-ports-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.zip FreeBSD-ports-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.gz |
A few more USE_XLIBs.
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 0b260a7..c0cbb27 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 |