diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/tochnog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index bdef57ca213d..2551893d8157 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -7,6 +7,7 @@ PORTNAME= tochnog PORTVERSION= 20010211 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tochnog @@ -30,7 +31,7 @@ MAKEFILE= makefile GIDDIR?= share/gid PLIST_SUB+= GIDDIR=${GIDDIR} -GID_PREFIX?= ${PREFIX}/${GIDDIR}/problemtypes +GID_PREFIX?= ${X11BASE}/${GIDDIR}/problemtypes .ifdef WITH_THREADS BLAS_LIBS?= -L${LOCALBASE}/lib -lptf77blas -latlas_r |