diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-24 17:43:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-24 17:43:08 +0000 |
commit | 0d970499bc4cb4ec4072d5475479cf1ee11e2cc7 (patch) | |
tree | 96ac8d267059deb576f02c3920cedf58bf19ba44 /math/abs/Makefile | |
parent | Update to version 1.22. (diff) |
Use our port of Xpm instead of the included version.
PR: 10463
Submitted by: Tom Hukins <tom@eborcom.com>
Notes
Notes:
svn path=/head/; revision=17376
Diffstat (limited to 'math/abs/Makefile')
-rw-r--r-- | math/abs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 4f6e7249f05a..cb43a58a6814 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -3,7 +3,7 @@ # Date created: 20 January 1999 # Whom: gmarco # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/26 03:43:37 steve Exp $ # DISTNAME= abs-src-0.5 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.ping.be/bertin/ MAINTAINER= freebsd@scotty.masternet.it +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_XLIB= yes do-install: |