diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 15:32:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 15:32:57 +0000 |
commit | e316b21d4d094be7b06c29d3e3fd41d4c689a422 (patch) | |
tree | ec25dbf6220d46853cbedf0e0b0d91fe68950bc2 | |
parent | a777da8b4ba17f06cc6321f899f0cb483aa2d15d (diff) | |
download | freebsd-ports-e316b21d4d094be7b06c29d3e3fd41d4c689a422.zip |
switch to libgmp4
-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 |