diff options
author | netchild <netchild@FreeBSD.org> | 2005-06-25 20:18:06 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-06-25 20:18:06 +0800 |
commit | 92f9b0a34c3c0f6b89e01b578cc0585507a536cc (patch) | |
tree | d4368988ecc73f3d1ecebed9d780c2c8bccf8185 /cad | |
parent | 67acccb713cfe320878c4fa4bdbe19d05cbeab49 (diff) | |
download | freebsd-ports-gnome-92f9b0a34c3c0f6b89e01b578cc0585507a536cc.tar.gz freebsd-ports-gnome-92f9b0a34c3c0f6b89e01b578cc0585507a536cc.tar.zst freebsd-ports-gnome-92f9b0a34c3c0f6b89e01b578cc0585507a536cc.zip |
Chase dependency location (linux-gid) after my linux mega-patch.
Noticed by: pfgshield-freebsd@yahoo.com
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 |