diff options
author | jgh <jgh@FreeBSD.org> | 2014-02-02 15:39:09 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2014-02-02 15:39:09 +0800 |
commit | f552659465cf80adbe8820ac97501be924f91ec3 (patch) | |
tree | 46fdb0ea1e841d457338b848a84efdb90ebe5ec0 | |
parent | 8a655930a89ff51983ca34796f5034d1fd5b298e (diff) | |
download | freebsd-ports-graphics-f552659465cf80adbe8820ac97501be924f91ec3.tar.gz freebsd-ports-graphics-f552659465cf80adbe8820ac97501be924f91ec3.tar.zst freebsd-ports-graphics-f552659465cf80adbe8820ac97501be924f91ec3.zip |
- support staging
-rw-r--r-- | security/pidgin-otr/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 47e784430b6..91fd947d526 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -27,5 +27,4 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \ --with-libotr-inc-prefix=${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.mk> |