diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-03 05:45:10 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-03 05:45:10 +0000 |
commit | 9c3100d305687f10d4931dc4333db70e593ba3ee (patch) | |
tree | c1af9cd24f38ea0a9e7d9d0c9ee05f0fed83a340 /audio/asmixer/Makefile | |
parent | e564519a7e6aa6c354c229c1d07a4d7b114480dd (diff) | |
download | ports-9c3100d305687f10d4931dc4333db70e593ba3ee.tar.gz ports-9c3100d305687f10d4931dc4333db70e593ba3ee.zip |
Notes
Diffstat (limited to 'audio/asmixer/Makefile')
-rw-r--r-- | audio/asmixer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 1a830bdf9a2e..d506900324e7 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -19,6 +19,9 @@ PLIST_FILES= bin/asmixer USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xpm \ + --with-xpm-includes=${X11BASE} \ + --with-xpm-library=${X11BASE} post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ |