diff options
author | pav <pav@FreeBSD.org> | 2007-10-05 01:50:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-05 01:50:34 +0800 |
commit | 59ea30ce0d06183252ee239343521020c50bc9f8 (patch) | |
tree | f7dded36de5ed34fe8532c252bf443fc8be39a22 /x11 | |
parent | b7ed67d8fa4a71ca04d1458a978cd4cb59c5268c (diff) | |
download | freebsd-ports-gnome-59ea30ce0d06183252ee239343521020c50bc9f8.tar.gz freebsd-ports-gnome-59ea30ce0d06183252ee239343521020c50bc9f8.tar.zst freebsd-ports-gnome-59ea30ce0d06183252ee239343521020c50bc9f8.zip |
- From here up it needs pkgconfig. Mysteriously missed in exprun
Reported by: pointyhat
Pointy hat to: pav
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xproto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 3a303dd58cb8..a6ede19eda32 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -7,11 +7,13 @@ PORTNAME= xproto PORTVERSION= 7.0.10 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X11 protocol headers XORG_CAT= proto +USE_GNOME= pkgconfig .include <bsd.port.mk> |