diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-28 23:32:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-28 23:32:57 +0800 |
commit | f49128d5ebf235dce1e2cddedd447a158f968877 (patch) | |
tree | c8309a9b4c54fed9fa305e2d27363e07a9aa8129 /math/surf | |
parent | 8f47f455af764883468c952b4ae6ba724b8bdf21 (diff) | |
download | freebsd-ports-gnome-f49128d5ebf235dce1e2cddedd447a158f968877.tar.gz freebsd-ports-gnome-f49128d5ebf235dce1e2cddedd447a158f968877.tar.zst freebsd-ports-gnome-f49128d5ebf235dce1e2cddedd447a158f968877.zip |
switch to libgmp4
Diffstat (limited to 'math/surf')
-rw-r--r-- | math/surf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index b0d71c3a7ddf..e35079754445 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gmp.3:${PORTSDIR}/math/libgmp3 + gmp.5:${PORTSDIR}/math/libgmp4 USE_GTK= yes USE_NEWGCC= yes |