diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-04-16 20:56:58 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-04-16 20:56:58 +0800 |
commit | ce60b76ccedff5e577db1742002e763d3666daf0 (patch) | |
tree | a94226bf0a34f0619d91c1ea61c653c6811fbcaa /math/wmcalc/Makefile | |
parent | ef23dab29193c019815ca79a51ce1b17e5ee203d (diff) | |
download | freebsd-ports-gnome-ce60b76ccedff5e577db1742002e763d3666daf0.tar.gz freebsd-ports-gnome-ce60b76ccedff5e577db1742002e763d3666daf0.tar.zst freebsd-ports-gnome-ce60b76ccedff5e577db1742002e763d3666daf0.zip |
Update MD5 checksum:
* Author rearranged the Makefile (and recompiled the linked objects
contained within the DISTFILE)
Update Makefile patch (patch-aa) to reflect the above changes
Add 'clean' to ALL_TARGET so we do not link with the author's precompiled
objects in the DISTFILE (FreeBSD's linker doesn't like Linux object
files).
Diffstat (limited to 'math/wmcalc/Makefile')
-rw-r--r-- | math/wmcalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/wmcalc/Makefile b/math/wmcalc/Makefile index 7b8ab7d8f61d..8e451ee18b32 100644 --- a/math/wmcalc/Makefile +++ b/math/wmcalc/Makefile @@ -14,7 +14,7 @@ MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -ALL_TARGET= wmcalc +ALL_TARGET= clean wmcalc USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/wmcalc |