aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-25 07:21:25 +0800
committermiwi <miwi@FreeBSD.org>2008-03-25 07:21:25 +0800
commita246a0de817d9ea7bfd118678ddde72be2830e9a (patch)
treeb20490166423cf88c8305ff88c3e3deaa4a2021c /cad
parent0426bcc9a76e82741f28356eba9e04d0195353a6 (diff)
downloadfreebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz
freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.zst
freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'cad')
-rw-r--r--cad/pdnmesh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile
index ba687cf1db66..d52e1cfe4615 100644
--- a/cad/pdnmesh/Makefile
+++ b/cad/pdnmesh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pdnmesh
PORTVERSION= 0.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \
${MASTER_SITE_SUNSITE:S/$/:sun/}
@@ -37,7 +37,6 @@ LAPACK= -llapack
USE_FORTRAN= yes
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" BLAS_LIBS="${BLAS}" LAPACK_LIBS="${LAPACK}"
-USE_XLIB= yes
USE_GL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"